The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-script-static-new.js @ b0c0111b

History | View | Annotate | Download (2.1 KB)

# Date Author Comment
9d27faa2 10/19/2011 02:01 PM Ryan Dahl

Revert "Fix #1801 vm: Use 'sandbox' as global_prototype"

Accidentally committed. Revert until review.

This reverts commit 200df8641b43902adc73cce6b89d3e84a91dd3e6.

200df864 10/18/2011 08:56 PM elliottcable

Fix #1801 vm: Use 'sandbox' as global_prototype

Squashed commit:

(- re tests) Cleaning up the `Script` test suite.

For whatever reason, there were several duplicate test files related to `Script`
and the `'vm'` module. I removed these, and fixed a few other small issues....

55048cdf 03/14/2011 08:37 PM Ryan Dahl

Update copyright headers

0ce9cbab 12/05/2010 12:28 PM Oleg Efimov

GJSLint continue

02cc39f2 12/04/2010 07:36 PM Ryan Dahl

Check for global leaks in all tests

a0159b4b 12/04/2010 06:58 PM Ryan Dahl

Fix global leaks

8b108282 11/15/2010 09:37 PM Ryan Dahl

Rename require('javascript') to require('vm')

d787a444 11/13/2010 06:19 PM Ryan Dahl

Use require('javascript') instead of process.binding('evals')

9fd5e3c8 07/15/2010 05:21 PM Ryan Dahl

Update tests to work with module contexts

c2a06725 04/18/2010 03:01 PM Herbert Vojcik

Script class with eval-function-family in binding('evals') plus tests.