Changeset 57054 in webkit for trunk/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Apr 3, 2010, 6:17:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/CodeBlock.cpp
r56560 r57054 1322 1322 , m_needsFullScopeChain(ownerExecutable->needsActivation()) 1323 1323 , m_usesEval(ownerExecutable->usesEval()) 1324 , m_usesArguments(false) 1324 1325 , m_isNumericCompareFunction(false) 1325 1326 , m_codeType(codeType)
Note:
See TracChangeset
for help on using the changeset viewer.