Changeset 106276 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Jan 30, 2012, 12:38:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r106255 r106276 1451 1451 , m_optimizationDelayCounter(0) 1452 1452 , m_reoptimizationRetryCounter(0) 1453 #if ENABLE(JIT) 1453 1454 , m_canCompileWithDFGState(CompileWithDFGUnset) 1455 #endif 1454 1456 { 1455 1457 setNumParameters(other.numParameters());
Note:
See TracChangeset
for help on using the changeset viewer.