Changeset 127363 in webkit for trunk/Source/JavaScriptCore/runtime/JSActivation.cpp
- Timestamp:
- Sep 1, 2012, 12:45:01 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSActivation.cpp
r127345 r127363 47 47 callFrame->lexicalGlobalObject()->activationStructure(), 48 48 callFrame->registers(), 49 callFrame->lexicalGlobalObject(),50 callFrame->globalThisValue(),51 49 callFrame->scope() 52 50 )
Note:
See TracChangeset
for help on using the changeset viewer.