Changeset 129432 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Sep 24, 2012, 5:20:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
r129298 r129432 167 167 } 168 168 } 169 170 // If the literal parser bailed, it should not have thrown exceptions. 171 ASSERT(!callFrame->globalData().exception); 169 172 170 173 JSValue exceptionValue;
Note:
See TracChangeset
for help on using the changeset viewer.