mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
d6e626d54c
PR-URL: https://github.com/nodejs/node/pull/44197 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Michaël Zasso <targos@protonmail.com>
14 lines
389 B
Plaintext
14 lines
389 B
Plaintext
before
|
|
evalmachine.<anonymous>:1
|
|
Error.stackTraceLimit = 5; foo.bar = 5;
|
|
^
|
|
|
|
ReferenceError: foo is not defined
|
|
at evalmachine.<anonymous>:*:*
|
|
at Script.runInContext (node:vm:*)
|
|
at Script.runInNewContext (node:vm:*)
|
|
at Object.runInNewContext (node:vm:*)
|
|
at Object.<anonymous> (*test*message*undefined_reference_in_new_context.js:*)
|
|
|
|
Node.js *
|