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.out8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/message/eval_messages.out b/test/message/eval_messages.out
index f41af4617d..3af7c97921 100644
--- a/test/message/eval_messages.out
+++ b/test/message/eval_messages.out
@@ -10,7 +10,7 @@ SyntaxError: Strict mode code may not include a with statement
at Module._compile (internal/modules/cjs/loader.js:*:*)
at evalScript (internal/process/execution.js:*:*)
at executeUserCode (internal/bootstrap/node.js:*:*)
- at startExecution (internal/bootstrap/node.js:*:*)
+ at startMainThreadExecution (internal/bootstrap/node.js:*:*)
42
42
[eval]:1
@@ -25,7 +25,7 @@ Error: hello
at Module._compile (internal/modules/cjs/loader.js:*:*)
at evalScript (internal/process/execution.js:*:*)
at executeUserCode (internal/bootstrap/node.js:*:*)
- at startExecution (internal/bootstrap/node.js:*:*)
+ at startMainThreadExecution (internal/bootstrap/node.js:*:*)
[eval]:1
throw new Error("hello")
@@ -39,7 +39,7 @@ Error: hello
at Module._compile (internal/modules/cjs/loader.js:*:*)
at evalScript (internal/process/execution.js:*:*)
at executeUserCode (internal/bootstrap/node.js:*:*)
- at startExecution (internal/bootstrap/node.js:*:*)
+ at startMainThreadExecution (internal/bootstrap/node.js:*:*)
100
[eval]:1
var x = 100; y = x;
@@ -53,7 +53,7 @@ ReferenceError: y is not defined
at Module._compile (internal/modules/cjs/loader.js:*:*)
at evalScript (internal/process/execution.js:*:*)
at executeUserCode (internal/bootstrap/node.js:*:*)
- at startExecution (internal/bootstrap/node.js:*:*)
+ at startMainThreadExecution (internal/bootstrap/node.js:*:*)
[eval]:1
var ______________________________________________; throw 10