Changeset 57054 in webkit for trunk/JavaScriptCore/bytecode
- Timestamp:
- Apr 3, 2010, 6:17:12 PM (15 years ago)
- Location:
- trunk/JavaScriptCore/bytecode
- Files:
-
- 2 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) -
trunk/JavaScriptCore/bytecode/CodeBlock.h
r54798 r57054 103 103 CallLinkInfo() 104 104 : callee(0) 105 { 106 } 107 105 , position(0) 106 , hasSeenShouldRepatch(0) 107 { 108 } 109 108 110 unsigned bytecodeIndex; 109 111 CodeLocationNearCall callReturnLocation;
Note:
See TracChangeset
for help on using the changeset viewer.