Home
last modified time | relevance | path

Searched refs:changeFoo (Results 1 - 2 of 2) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-vm-new-script-new-context.js83 function changeFoo() { global.foo = 100; } function
84 script.runInNewContext({ f: changeFoo });
H A Dtest-vm-run-in-new-context.js60 function changeFoo() { global.foo = 100; } function
61 vm.runInNewContext('f()', { f: changeFoo });

Completed in 1 milliseconds