2018-06-05 00:44:45 +00:00
|
|
|
Break on exceptions from compiler errors.
|
|
|
|
|
|
|
|
Running test: testUnexpectedEndOfInput
|
|
|
|
Runs '+++'
|
|
|
|
Runtime.evaluate exceptionDetails:
|
|
|
|
{
|
2018-08-27 11:54:59 +00:00
|
|
|
columnNumber : 3
|
2018-06-05 00:44:45 +00:00
|
|
|
exception : {
|
|
|
|
className : SyntaxError
|
|
|
|
description : SyntaxError: Unexpected end of input
|
|
|
|
objectId : <objectId>
|
|
|
|
subtype : error
|
|
|
|
type : object
|
|
|
|
}
|
|
|
|
exceptionId : <exceptionId>
|
|
|
|
lineNumber : 0
|
|
|
|
scriptId : <scriptId>
|
|
|
|
text : Uncaught
|
|
|
|
}
|
|
|
|
|
|
|
|
Running test: testUnexpectedIdentifier
|
|
|
|
Runs 'x x'
|
|
|
|
Runtime.evaluate exceptionDetails:
|
|
|
|
{
|
|
|
|
columnNumber : 2
|
|
|
|
exception : {
|
|
|
|
className : SyntaxError
|
|
|
|
description : SyntaxError: Unexpected identifier
|
|
|
|
objectId : <objectId>
|
|
|
|
subtype : error
|
|
|
|
type : object
|
|
|
|
}
|
|
|
|
exceptionId : <exceptionId>
|
|
|
|
lineNumber : 0
|
|
|
|
scriptId : <scriptId>
|
|
|
|
text : Uncaught
|
|
|
|
}
|
|
|
|
|
|
|
|
Running test: testEvalUnexpectedEndOfInput
|
|
|
|
Runs eval('+++')
|
|
|
|
paused on exception:
|
|
|
|
{
|
|
|
|
className : SyntaxError
|
|
|
|
description : SyntaxError: Unexpected end of input at <anonymous>:1:1
|
|
|
|
objectId : <objectId>
|
|
|
|
subtype : error
|
|
|
|
type : object
|
|
|
|
uncaught : false
|
|
|
|
}
|
|
|
|
Runtime.evaluate exceptionDetails:
|
|
|
|
{
|
2018-08-27 11:54:59 +00:00
|
|
|
columnNumber : 3
|
2018-06-05 00:44:45 +00:00
|
|
|
exception : {
|
|
|
|
className : SyntaxError
|
|
|
|
description : SyntaxError: Unexpected end of input at <anonymous>:1:1
|
|
|
|
objectId : <objectId>
|
|
|
|
subtype : error
|
|
|
|
type : object
|
|
|
|
}
|
|
|
|
exceptionId : <exceptionId>
|
|
|
|
lineNumber : 0
|
|
|
|
scriptId : <scriptId>
|
|
|
|
text : Uncaught
|
|
|
|
}
|
|
|
|
|
|
|
|
Running test: testEvalUnexpectedIdentifier
|
|
|
|
Runs eval('x x')
|
|
|
|
paused on exception:
|
|
|
|
{
|
|
|
|
className : SyntaxError
|
|
|
|
description : SyntaxError: Unexpected identifier at <anonymous>:1:1
|
|
|
|
objectId : <objectId>
|
|
|
|
subtype : error
|
|
|
|
type : object
|
|
|
|
uncaught : false
|
|
|
|
}
|
|
|
|
Runtime.evaluate exceptionDetails:
|
|
|
|
{
|
|
|
|
columnNumber : 2
|
|
|
|
exception : {
|
|
|
|
className : SyntaxError
|
|
|
|
description : SyntaxError: Unexpected identifier at <anonymous>:1:1
|
|
|
|
objectId : <objectId>
|
|
|
|
subtype : error
|
|
|
|
type : object
|
|
|
|
}
|
|
|
|
exceptionId : <exceptionId>
|
|
|
|
lineNumber : 0
|
|
|
|
scriptId : <scriptId>
|
|
|
|
text : Uncaught
|
|
|
|
}
|