Changeset 176625 in webkit for trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToLLVM.cpp
- Timestamp:
- Dec 1, 2014, 8:09:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToLLVM.cpp
r174940 r176625 592 592 case GetScope: 593 593 compileGetScope(); 594 break;595 case GetMyScope:596 compileGetMyScope();597 594 break; 598 595 case SkipScope: … … 3425 3422 } 3426 3423 3427 void compileGetMyScope()3428 {3429 setJSValue(m_out.loadPtr(addressFor(3430 m_node->origin.semantic.stackOffset() + JSStack::ScopeChain)));3431 }3432 3433 3424 void compileSkipScope() 3434 3425 {
Note:
See TracChangeset
for help on using the changeset viewer.