Changeset 156817 in webkit for trunk/Source/JavaScriptCore/dfg/DFGCSEPhase.cpp
- Timestamp:
- Oct 2, 2013, 7:27:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGCSEPhase.cpp
r156594 r156817 903 903 case GetMyScope: 904 904 case SkipTopScope: 905 if (m_graph.uncheckedActivationRegisterFor(node->codeOrigin) == local) 905 if (node->codeOrigin.inlineCallFrame) 906 break; 907 if (m_graph.uncheckedActivationRegister() == local) 906 908 result.mayBeAccessed = true; 907 909 break;
Note:
See TracChangeset
for help on using the changeset viewer.