Changeset 77165 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Jan 31, 2011, 3:11:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
r77151 r77165 567 567 while (!scopeChain->object->inherits(&JSActivation::info)) 568 568 scopeChain = scopeChain->pop(); 569 570 callFrame->setScopeChain(scopeChain); 569 571 JSActivation* activation = asActivation(scopeChain->object.get()); 570 572 activation->copyRegisters();
Note:
See TracChangeset
for help on using the changeset viewer.