SimpleThrow.js.baseline 783 B

123456789101112131415161718192021
  1. ReferenceError: 'BadType' is undefined
  2. at throwException (simplethrow.js:22:9)
  3. at bar (simplethrow.js:69:5)
  4. at foo (simplethrow.js:76:5)
  5. at runtest (simplethrow.js:81:5)
  6. at Global code (simplethrow.js:88:9)
  7. ReferenceError: 'BadTypeWithFinally' is undefined
  8. at throwExceptionWithFinally (simplethrow.js:35:9)
  9. at bar (simplethrow.js:70:5)
  10. at foo (simplethrow.js:76:5)
  11. at runtest (simplethrow.js:81:5)
  12. at Global code (simplethrow.js:88:9)
  13. TypeError: Unable to set property 'nonExistentProperty' of undefined or null reference
  14. at StricModeFunction (simplethrow.js:60:5)
  15. at throwExceptionLineNumber (simplethrow.js:49:9)
  16. at bar (simplethrow.js:71:5)
  17. at foo (simplethrow.js:76:5)
  18. at runtest (simplethrow.js:81:5)
  19. at Global code (simplethrow.js:88:9)