0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/message/undefined_reference_in_new_context.out

15 lines
472 B
Plaintext
Raw Normal View History

before
node.js:*
throw e; // process.nextTick error, or 'error' event on first tick
^
ReferenceError: foo is not defined
at evalmachine.<anonymous>:*
at Object.<anonymous> (*test*message*undefined_reference_in_new_context.js:*)
at Module._compile (module.js:*)
at Object..js (module.js:*)
at Module.load (module.js:*)
2011-01-25 07:39:59 +01:00
at Function._load (module.js:*)
at Array.0 (module.js:*)
at EventEmitter._tickCallback (node.js:*)