Changeset 154245 in webkit for trunk/Source/JavaScriptCore/dfg/DFGGraph.h
- Timestamp:
- Aug 17, 2013, 8:08:52 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/Source/JavaScriptCore/dfg/DFGGraph.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGGraph.h
r154218 r154245 156 156 unsigned constantRegister; 157 157 if (!m_codeBlock->findConstant(value, constantRegister)) { 158 initializeLazyWriteBarrier (159 m_codeBlock ->addConstantLazily(),158 initializeLazyWriteBarrierForConstant( 159 m_codeBlock, 160 160 m_plan.writeBarriers, 161 161 m_codeBlock->ownerExecutable(),
Note:
See TracChangeset
for help on using the changeset viewer.