node/test
Fedor Indutny 3d4c663ee6 contextify: dealloc only after global and sandbox
Functions created using: `vm.runInNewContext('(function() { })')` will
reference only `proxy_global_` object and not `sandbox_`. Thus in case,
where there're no references to sandbox (such as in example above),
`ContextifyContext` will be destroyed and use-after-free might happen.
2013-09-12 19:40:43 +04:00
..
addons test: modify async native test.js to test for #4820 2013-02-21 13:14:07 -08:00
disabled fixes #6031 spelling errors 2013-08-19 16:42:16 -07:00
fixtures test: don't call process.exit() in debugger tests 2013-09-06 04:40:24 +02:00
gc test: fix up weakref.cc after v8 api change 2013-07-06 17:44:45 +02:00
internet test: fix up internet/test-dns after api change 2013-08-12 17:33:59 +02:00
message vm: update API to use options argument 2013-08-28 22:27:24 -07:00
pummel test: move slow tests to test/pummel/ 2013-09-09 11:05:40 +02:00
simple contextify: dealloc only after global and sandbox 2013-09-12 19:40:43 +04:00
common.js test: optionally set common.PORT via env variable 2013-03-02 19:09:39 +01:00