Changeset 126721 in webkit for trunk/Source/JavaScriptCore/runtime/Arguments.cpp
- Timestamp:
- Aug 26, 2012, 8:57:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Arguments.cpp
r118616 r126721 49 49 visitor.appendValues(thisObject->d->registerArray.get(), thisObject->d->numArguments); 50 50 visitor.append(&thisObject->d->callee); 51 if (thisObject->d->activation) 52 visitor.append(&thisObject->d->activation); 51 visitor.append(&thisObject->d->activation); 53 52 } 54 53
Note:
See TracChangeset
for help on using the changeset viewer.