Changeset 153673 in webkit for trunk/Source/JavaScriptCore/runtime/JSActivation.cpp
- Timestamp:
- Aug 2, 2013, 3:30:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSActivation.cpp
r153532 r153673 185 185 // Defend against the inspector asking for the arguments object after it has been optimized out. 186 186 if (!thisObject->isTornOff()) { 187 PropertySlot slot ;187 PropertySlot slot(thisObject); 188 188 JSActivation::getOwnPropertySlot(thisObject, exec, propertyName, slot); 189 189 descriptor.setDescriptor(slot.getValue(exec, propertyName), DontEnum);
Note:
See TracChangeset
for help on using the changeset viewer.