0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/test/simple
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
..
simple.status Split tests. 2010-02-25 11:41:11 -08:00
test-assert.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-byte-length.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-chdir.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-child-process-env.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-delayed-require.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-eio-race2.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-eio-race4.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-eio-race.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-eval-cx.js Make evalcx work like it's supposed to. 2010-03-16 10:27:47 -07:00
test-event-emitter-add-listeners.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-event-emitter-modify-in-emit.js Add removeAllListeners 2010-03-09 09:30:14 -08:00
test-exception-handler.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-exec.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-file-read-noexist.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-file-read-stream.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-file-write-stream.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-fs-chmod.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-fs-realpath.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-fs-stat.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-fs-symlink.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-fs-write.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-http-1.0.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-http-cat.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-http-chunked.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-http-client-race.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-http-client-upload.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-http-eof-on-connect.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-http-malformed-request.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-http-proxy.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-http-server.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-http-tls.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-http-wget.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-http.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-idle-watcher.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-ini.js More ini parser features. 2010-03-10 21:44:59 -08:00
test-memory-usage.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-mkdir-rmdir.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-module-loading.js Add require.registerExtension 2010-03-11 22:00:55 -08:00
test-next-tick.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-path.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-process-buffering.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-process-kill.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-process-mixin.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-process-simple.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-querystring.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-readdir.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-remote-module-loading.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-signal-handler.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-stdio.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-stdout-flush.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-sync-fileread.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-sys.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-tcp-binary.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-tcp-reconnect.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-umask.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-url.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
test-utf8-scripts.js Remove process.mixin dependency from all tests. 2010-03-08 17:57:04 -08:00
testcfg.py Split tests. 2010-02-25 11:41:11 -08:00