SimpleThrow.js.baseline 819 B

123456789101112131415161718192021
  1. ReferenceError: 'BadType' is not defined
  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 not defined
  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)