Changeset 203923 in webkit for trunk/Source/JavaScriptCore/dfg/DFGPredictionInjectionPhase.cpp
- Timestamp:
- Jul 29, 2016, 3:04:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGPredictionInjectionPhase.cpp
r198364 r203923 75 75 if (!node) 76 76 continue; 77 ASSERT(node-> hasLocal(m_graph));77 ASSERT(node->accessesStack(m_graph)); 78 78 node->variableAccessData()->predict( 79 79 speculationFromValue(m_graph.m_plan.mustHandleValues[i]));
Note:
See TracChangeset
for help on using the changeset viewer.