0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test
isaacs 943b2c61a8 Make evalcx work like it's supposed to.
1. Move the context->Enter() call so that the global obj is available for writing.
2. On success, copy the modified global out to the sandbox object.
3. Don't copy functions in either direction.  They have scope and closures, and make for craziness when trying to keep contexts separate.
4. Only do the ->ToObject->Clone() on objects, so that simple values stay simple.
5. Update the test so that it tests all this stuff.
2010-03-16 10:27:47 -07:00
..
disabled Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
fixtures Add require.registerExtension 2010-03-11 22:00:55 -08:00
internet Split tests. 2010-02-25 11:41:11 -08:00
pummel Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
simple Make evalcx work like it's supposed to. 2010-03-16 10:27:47 -07:00
common.js Tests should use compiled-in modules not build-dir modules 2010-03-15 08:14:51 -07:00