Changeset 115493 in webkit for trunk/Source/JavaScriptCore/interpreter
- Timestamp:
- Apr 27, 2012, 2:16:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
r115483 r115493 1010 1010 bool isInterrupt = false; 1011 1011 1012 ASSERT( exceptionValue.isEmpty());1012 ASSERT(!exceptionValue.isEmpty()); 1013 1013 ASSERT(!exceptionValue.isCell() || exceptionValue.asCell()); 1014 1014 // This shouldn't be possible (hence the assertions), but we're already in the slowest of
Note:
See TracChangeset
for help on using the changeset viewer.