@@ -12,7 +12,7 @@ SyntaxError: 'with' statements are not allowed in strict mode
1212 at Anonymous function (bootstrap_node.js:*:*)
1313 at emit (events.js:*:*)
1414 at endReadableNT (_stream_readable.js:*:*)
15- at _combinedTickCallback (internal/process/next_tick.js:*:* )
15+ at Reflect.apply (native code )
1616 at _tickCallback (internal/process/next_tick.js:*:*)
171742
181842
@@ -30,7 +30,7 @@ Error: hello
3030 at Anonymous function (bootstrap_node.js:*:*)
3131 at emit (events.js:*:*)
3232 at endReadableNT (_stream_readable.js:*:*)
33- at _combinedTickCallback (internal/process/next_tick.js:*:* )
33+ at Reflect.apply (native code )
3434[stdin]:1
3535'use strict'; throw new Error("hello")
3636 ^
@@ -45,7 +45,7 @@ Error: hello
4545 at Anonymous function (bootstrap_node.js:*:*)
4646 at emit (events.js:*:*)
4747 at endReadableNT (_stream_readable.js:*:*)
48- at _combinedTickCallback (internal/process/next_tick.js:*:* )
48+ at Reflect.apply (native code )
4949100
5050[stdin]:1
5151'use strict'; var x = 100; y = x;
@@ -61,7 +61,7 @@ ReferenceError: Variable undefined in strict mode
6161 at Anonymous function (bootstrap_node.js:*:*)
6262 at emit (events.js:*:*)
6363 at endReadableNT (_stream_readable.js:*:*)
64- at _combinedTickCallback (internal/process/next_tick.js:*:* )
64+ at Reflect.apply (native code )
6565
6666vm.js:*
6767 return realRunInThisContext.call(this, options);
0 commit comments