Changeset 204355 in webkit for trunk/Source/JavaScriptCore/dfg/DFGInPlaceAbstractState.h
- Timestamp:
- Aug 10, 2016, 2:25:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGInPlaceAbstractState.h
r204130 r204355 134 134 Graph& m_graph; 135 135 136 Vector<AbstractValue >& m_abstractValues;136 Vector<AbstractValue, 0, UnsafeVectorOverflow>& m_abstractValues; 137 137 Operands<AbstractValue> m_variables; 138 138 BasicBlock* m_block;
Note:
See TracChangeset
for help on using the changeset viewer.