|
@ -4,12 +4,12 @@ |
|
|
with(this){__filename} |
|
|
with(this){__filename} |
|
|
^^^^ |
|
|
^^^^ |
|
|
SyntaxError: Strict mode code may not include a with statement |
|
|
SyntaxError: Strict mode code may not include a with statement |
|
|
at Object.<anonymous> ([stdin]-wrapper:6:22) |
|
|
at Object.<anonymous> ([stdin]-wrapper:*:*) |
|
|
at Module._compile (module.js:449:26) |
|
|
at Module._compile (module.js:*:*) |
|
|
at evalScript (node.js:282:25) |
|
|
at evalScript (node.js:*:*) |
|
|
at Socket.<anonymous> (node.js:152:11) |
|
|
at Socket.<anonymous> (node.js:*:*) |
|
|
at Socket.EventEmitter.emit (events.js:85:17) |
|
|
at Socket.EventEmitter.emit (events.js:*:*) |
|
|
at Pipe.onread (net.js:424:51) |
|
|
at Pipe.onread (net.js:*:*) |
|
|
42 |
|
|
42 |
|
|
42 |
|
|
42 |
|
|
|
|
|
|
|
@ -18,24 +18,24 @@ throw new Error("hello") |
|
|
^ |
|
|
^ |
|
|
Error: hello |
|
|
Error: hello |
|
|
at [stdin]:1:7 |
|
|
at [stdin]:1:7 |
|
|
at Object.<anonymous> ([stdin]-wrapper:6:22) |
|
|
at Object.<anonymous> ([stdin]-wrapper:*:*) |
|
|
at Module._compile (module.js:449:26) |
|
|
at Module._compile (module.js:*:*) |
|
|
at evalScript (node.js:282:25) |
|
|
at evalScript (node.js:*:*) |
|
|
at Socket.<anonymous> (node.js:152:11) |
|
|
at Socket.<anonymous> (node.js:*:*) |
|
|
at Socket.EventEmitter.emit (events.js:85:17) |
|
|
at Socket.EventEmitter.emit (events.js:*:*) |
|
|
at Pipe.onread (net.js:424:51) |
|
|
at Pipe.onread (net.js:*:*) |
|
|
|
|
|
|
|
|
[stdin]:1 |
|
|
[stdin]:1 |
|
|
throw new Error("hello") |
|
|
throw new Error("hello") |
|
|
^ |
|
|
^ |
|
|
Error: hello |
|
|
Error: hello |
|
|
at [stdin]:1:7 |
|
|
at [stdin]:1:7 |
|
|
at Object.<anonymous> ([stdin]-wrapper:6:22) |
|
|
at Object.<anonymous> ([stdin]-wrapper:*:*) |
|
|
at Module._compile (module.js:449:26) |
|
|
at Module._compile (module.js:*:*) |
|
|
at evalScript (node.js:282:25) |
|
|
at evalScript (node.js:*:*) |
|
|
at Socket.<anonymous> (node.js:152:11) |
|
|
at Socket.<anonymous> (node.js:*:*) |
|
|
at Socket.EventEmitter.emit (events.js:85:17) |
|
|
at Socket.EventEmitter.emit (events.js:*:*) |
|
|
at Pipe.onread (net.js:424:51) |
|
|
at Pipe.onread (net.js:*:*) |
|
|
100 |
|
|
100 |
|
|
|
|
|
|
|
|
[stdin]:1 |
|
|
[stdin]:1 |
|
@ -43,12 +43,12 @@ var x = 100; y = x; |
|
|
^ |
|
|
^ |
|
|
ReferenceError: y is not defined |
|
|
ReferenceError: y is not defined |
|
|
at [stdin]:1:16 |
|
|
at [stdin]:1:16 |
|
|
at Object.<anonymous> ([stdin]-wrapper:6:22) |
|
|
at Object.<anonymous> ([stdin]-wrapper:*:*) |
|
|
at Module._compile (module.js:449:26) |
|
|
at Module._compile (module.js:*:*) |
|
|
at evalScript (node.js:282:25) |
|
|
at evalScript (node.js:*:*) |
|
|
at Socket.<anonymous> (node.js:152:11) |
|
|
at Socket.<anonymous> (node.js:*:*) |
|
|
at Socket.EventEmitter.emit (events.js:85:17) |
|
|
at Socket.EventEmitter.emit (events.js:*:*) |
|
|
at Pipe.onread (net.js:424:51) |
|
|
at Pipe.onread (net.js:*:*) |
|
|
|
|
|
|
|
|
[stdin]:1 |
|
|
[stdin]:1 |
|
|
var ______________________________________________; throw 10 |
|
|
var ______________________________________________; throw 10 |
|
|