aboutsummaryrefslogtreecommitdiff
path: root/test/script/basic/errors.js.EXPECTED
blob: 4e3385e68c4bfe50fbbe61ea480ee5ab8f7c028c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Error is a function
EvalError is a function
RangeError is a function
ReferenceError is a function
SyntaxError is a function
TypeError is a function
URIError is a function
Error.arity 1
EvalError.arity 1
RangeError.arity 1
ReferenceError.arity 1
SyntaxError.arity 1
TypeError.arity 1
URIError.arity 1
true
my error
Error
thrown @ 49
true
ReferenceError
"foo" is not defined
true
TypeError
Object.foo_method is not a function
Error
EvalError
RangeError
ReferenceError
SyntaxError
TypeError
URIError