nashorn/test/script/basic/errors.js.EXPECTED
changeset 32048 8023426b93ab
parent 16147 e63b63819133
child 32049 af8f6292d54d
equal deleted inserted replaced
31945:eeea9adfd1e3 32048:8023426b93ab
    19 true
    19 true
    20 ReferenceError
    20 ReferenceError
    21 "foo" is not defined
    21 "foo" is not defined
    22 true
    22 true
    23 TypeError
    23 TypeError
    24 Cannot call undefined
    24 Cannot call "foo_method" that has undefined value
    25 Error
    25 Error
    26 EvalError
    26 EvalError
    27 RangeError
    27 RangeError
    28 ReferenceError
    28 ReferenceError
    29 SyntaxError
    29 SyntaxError