Changeset 91869 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Jul 27, 2011, 2:44:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r91706 r91869 1547 1547 visitor.append(&m_functionDecls[i]); 1548 1548 #if ENABLE(JIT) 1549 if (visitor.shouldUnlinkCalls())1550 unlinkCalls();1551 1549 for (unsigned i = 0; i < numberOfCallLinkInfos(); ++i) 1552 1550 if (callLinkInfo(i).isLinked())
Note:
See TracChangeset
for help on using the changeset viewer.