Changeset 208367 in webkit for trunk/Source/JavaScriptCore/dfg/DFGGraph.cpp
- Timestamp:
- Nov 3, 2016, 9:38:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGGraph.cpp
r208364 r208367 41 41 #include "DFGControlEquivalenceAnalysis.h" 42 42 #include "DFGDominators.h" 43 #include "DFGFlowIndexing.h"44 #include "DFGFlowMap.h"45 43 #include "DFGJITCode.h" 46 44 #include "DFGMayExit.h" … … 86 84 87 85 m_hasDebuggerEnabled = m_profiledBlock->wasCompiledWithDebuggingOpcodes() || Options::forceDebuggerBytecodeGeneration(); 88 89 m_indexingCache = std::make_unique<FlowIndexing>(*this);90 m_abstractValuesCache = std::make_unique<FlowMap<AbstractValue>>(*this);91 86 } 92 87
Note:
See TracChangeset
for help on using the changeset viewer.