test/script/basic/errors.js.EXPECTED

changeset 1515
4db30ae9ff23
parent 1512
152cfeee5001
equal deleted inserted replaced
1513:9d2a2e4b4aad 1515:4db30ae9ff23
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 "foo_method" that has undefined value 24 Object.foo_method is not a function
25 Error 25 Error
26 EvalError 26 EvalError
27 RangeError 27 RangeError
28 ReferenceError 28 ReferenceError
29 SyntaxError 29 SyntaxError

mercurial