Changeset 147872 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Apr 7, 2013, 11:47:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r147858 r147872 1 2013-04-07 Oliver Hunt <[email protected]> 2 3 Inspector should display information about non-object exceptions 4 https://bugs.webkit.org/show_bug.cgi?id=114123 5 6 Reviewed by Adele Peterson. 7 8 Make sure we store the right stack information, even when throwing 9 a primitive. 10 11 * interpreter/CallFrame.h: 12 (JSC::ExecState::clearSupplementaryExceptionInfo): 13 (ExecState): 14 * interpreter/Interpreter.cpp: 15 (JSC::Interpreter::addStackTraceIfNecessary): 16 (JSC::Interpreter::throwException): 17 1 18 2013-04-06 Oliver Hunt <[email protected]> 2 19
Note:
See TracChangeset
for help on using the changeset viewer.