Files
Kmake/test/fixtures/errors/undefined_reference_in_new_context.snapshot

14 lines
384 B
Plaintext
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
before
evalmachine.<anonymous>:*
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> (*undefined_reference_in_new_context.js:*:*)
Node.js *