Changeset 208367 in webkit for trunk/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h
- Timestamp:
- Nov 3, 2016, 9:38:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h
r208364 r208367 32 32 #include "DFGGraph.h" 33 33 #include "DFGNode.h" 34 #include "DFGNodeFlowProjection.h"35 34 #include "DFGPhiChildren.h" 36 35 … … 43 42 ~AbstractInterpreter(); 44 43 45 AbstractValue& forNode(Node FlowProjectionnode)44 AbstractValue& forNode(Node* node) 46 45 { 47 46 return m_state.forNode(node);
Note:
See TracChangeset
for help on using the changeset viewer.