Changeset 162156 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Jan 16, 2014, 2:55:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
r161220 r162156 678 678 679 679 ASSERT(callFrame->vm().exceptionStack().size()); 680 ASSERT(!exceptionValue.isObject() || asObject(exceptionValue)->hasProperty(callFrame, callFrame->vm().propertyNames->stack));681 680 682 681 Debugger* debugger = callFrame->vmEntryGlobalObject()->debugger();
Note:
See TracChangeset
for help on using the changeset viewer.