NativeErrors_v4.baseline 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. EvalError
  2. description = (undefined)undefined
  3. number = (undefined)undefined
  4. stack = (string) EvalError
  5. at eval code (eval code:1:1)
  6. at Test(string) (NativeErrors.js:49:5)
  7. at Global code (NativeErrors.js:68:1)
  8. toString() = EvalError
  9. RangeError('This is a range error')
  10. description = (undefined)undefined
  11. number = (undefined)undefined
  12. stack = (string) RangeError: This is a range error
  13. at eval code (eval code:1:1)
  14. at Test(string) (NativeErrors.js:49:5)
  15. at Global code (NativeErrors.js:69:1)
  16. toString() = RangeError: This is a range error
  17. ReferenceError
  18. description = (undefined)undefined
  19. number = (undefined)undefined
  20. stack = (string) ReferenceError
  21. at eval code (eval code:1:1)
  22. at Test(string) (NativeErrors.js:49:5)
  23. at Global code (NativeErrors.js:70:1)
  24. toString() = ReferenceError
  25. SyntaxError
  26. description = (undefined)undefined
  27. number = (undefined)undefined
  28. stack = (string) SyntaxError
  29. at eval code (eval code:1:1)
  30. at Test(string) (NativeErrors.js:49:5)
  31. at Global code (NativeErrors.js:71:1)
  32. toString() = SyntaxError
  33. TypeError('This is a type error')
  34. description = (undefined)undefined
  35. number = (undefined)undefined
  36. stack = (string) TypeError: This is a type error
  37. at eval code (eval code:1:1)
  38. at Test(string) (NativeErrors.js:49:5)
  39. at Global code (NativeErrors.js:72:1)
  40. toString() = TypeError: This is a type error
  41. URIError
  42. description = (undefined)undefined
  43. number = (undefined)undefined
  44. stack = (string) URIError
  45. at eval code (eval code:1:1)
  46. at Test(string) (NativeErrors.js:49:5)
  47. at Global code (NativeErrors.js:73:1)
  48. toString() = URIError
  49. RegExpError
  50. ReferenceError: 'RegExpError' is not defined
  51. ConversionError
  52. ReferenceError: 'ConversionError' is not defined