Changeset 129298 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Sep 21, 2012, 11:43:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
r129297 r129298 835 835 JSScope* scope = callFrame->scope(); 836 836 ASSERT(isValidThisObject(thisObj, callFrame)); 837 scope->globalData()->exception = JSValue();838 837 ASSERT(!scope->globalData()->exception); 839 838 ASSERT(!callFrame->globalData().isCollectorBusy());
Note:
See TracChangeset
for help on using the changeset viewer.