| 123456789101112131415161718192021 |
- ReferenceError: 'BadType' is not defined
- at throwException (SimpleThrow.js:22:9)
- at bar (SimpleThrow.js:69:5)
- at foo (SimpleThrow.js:76:5)
- at runtest (SimpleThrow.js:81:5)
- at Global code (SimpleThrow.js:88:9)
- ReferenceError: 'BadTypeWithFinally' is not defined
- at throwExceptionWithFinally (SimpleThrow.js:35:9)
- at bar (SimpleThrow.js:70:5)
- at foo (SimpleThrow.js:76:5)
- at runtest (SimpleThrow.js:81:5)
- at Global code (SimpleThrow.js:88:9)
- TypeError: Unable to set property 'nonExistentProperty' of undefined or null reference
- at StricModeFunction (SimpleThrow.js:60:5)
- at throwExceptionLineNumber (SimpleThrow.js:49:9)
- at bar (SimpleThrow.js:71:5)
- at foo (SimpleThrow.js:76:5)
- at runtest (SimpleThrow.js:81:5)
- at Global code (SimpleThrow.js:88:9)
|