summaryrefslogtreecommitdiff
path: root/test/message/eval_messages.out
diff options
context:
space:
mode:
Diffstat (limited to 'test/message/eval_messages.out')
-rw-r--r--test/message/eval_messages.out24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/message/eval_messages.out b/test/message/eval_messages.out
index 7dbf9e950c..84772ffa48 100644
--- a/test/message/eval_messages.out
+++ b/test/message/eval_messages.out
@@ -8,9 +8,9 @@ SyntaxError: Strict mode code may not include a with statement
at Object.runInThisContext (vm.js:*:*)
at Object.<anonymous> ([eval]-wrapper:*:*)
at Module._compile (module.js:*:*)
- at evalScript (bootstrap_node.js:*:*)
- at startup (bootstrap_node.js:*:*)
- at bootstrapNodeJSCore (bootstrap_node.js:*:*)
+ at evalScript (internal/bootstrap/node.js:*:*)
+ at startup (internal/bootstrap/node.js:*:*)
+ at bootstrapNodeJSCore (internal/bootstrap/node.js:*:*)
42
42
[eval]:1
@@ -23,9 +23,9 @@ Error: hello
at Object.runInThisContext (vm.js:*:*)
at Object.<anonymous> ([eval]-wrapper:*:*)
at Module._compile (module.js:*:*)
- at evalScript (bootstrap_node.js:*:*)
- at startup (bootstrap_node.js:*:*)
- at bootstrapNodeJSCore (bootstrap_node.js:*:*)
+ at evalScript (internal/bootstrap/node.js:*:*)
+ at startup (internal/bootstrap/node.js:*:*)
+ at bootstrapNodeJSCore (internal/bootstrap/node.js:*:*)
[eval]:1
throw new Error("hello")
@@ -37,9 +37,9 @@ Error: hello
at Object.runInThisContext (vm.js:*:*)
at Object.<anonymous> ([eval]-wrapper:*:*)
at Module._compile (module.js:*:*)
- at evalScript (bootstrap_node.js:*:*)
- at startup (bootstrap_node.js:*:*)
- at bootstrapNodeJSCore (bootstrap_node.js:*:*)
+ at evalScript (internal/bootstrap/node.js:*:*)
+ at startup (internal/bootstrap/node.js:*:*)
+ at bootstrapNodeJSCore (internal/bootstrap/node.js:*:*)
100
[eval]:1
var x = 100; y = x;
@@ -51,9 +51,9 @@ ReferenceError: y is not defined
at Object.runInThisContext (vm.js:*:*)
at Object.<anonymous> ([eval]-wrapper:*:*)
at Module._compile (module.js:*:*)
- at evalScript (bootstrap_node.js:*:*)
- at startup (bootstrap_node.js:*:*)
- at bootstrapNodeJSCore (bootstrap_node.js:*:*)
+ at evalScript (internal/bootstrap/node.js:*:*)
+ at startup (internal/bootstrap/node.js:*:*)
+ at bootstrapNodeJSCore (internal/bootstrap/node.js:*:*)
[eval]:1
var ______________________________________________; throw 10