forked from chakra-core/ChakraCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNativeErrors_v4.baseline
More file actions
58 lines (52 loc) · 1.85 KB
/
NativeErrors_v4.baseline
File metadata and controls
58 lines (52 loc) · 1.85 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
EvalError
description = (undefined)undefined
number = (undefined)undefined
stack = (string) EvalError
at eval code (eval code:1:1)
at Test(string) (nativeerrors.js:49:5)
at Global code (nativeerrors.js:68:1)
toString() = EvalError
RangeError('This is a range error')
description = (undefined)undefined
number = (undefined)undefined
stack = (string) RangeError: This is a range error
at eval code (eval code:1:1)
at Test(string) (nativeerrors.js:49:5)
at Global code (nativeerrors.js:69:1)
toString() = RangeError: This is a range error
ReferenceError
description = (undefined)undefined
number = (undefined)undefined
stack = (string) ReferenceError
at eval code (eval code:1:1)
at Test(string) (nativeerrors.js:49:5)
at Global code (nativeerrors.js:70:1)
toString() = ReferenceError
SyntaxError
description = (undefined)undefined
number = (undefined)undefined
stack = (string) SyntaxError
at eval code (eval code:1:1)
at Test(string) (nativeerrors.js:49:5)
at Global code (nativeerrors.js:71:1)
toString() = SyntaxError
TypeError('This is a type error')
description = (undefined)undefined
number = (undefined)undefined
stack = (string) TypeError: This is a type error
at eval code (eval code:1:1)
at Test(string) (nativeerrors.js:49:5)
at Global code (nativeerrors.js:72:1)
toString() = TypeError: This is a type error
URIError
description = (undefined)undefined
number = (undefined)undefined
stack = (string) URIError
at eval code (eval code:1:1)
at Test(string) (nativeerrors.js:49:5)
at Global code (nativeerrors.js:73:1)
toString() = URIError
RegExpError
ReferenceError: 'RegExpError' is undefined
ConversionError
ReferenceError: 'ConversionError' is undefined