| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- 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 not defined
- ConversionError
- ReferenceError: 'ConversionError' is not defined
|