Changeset 90415 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Jul 5, 2011, 4:55:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r90371 r90415 1537 1537 visitor.append(&m_functionDecls[i]); 1538 1538 #if ENABLE(JIT) 1539 if (visitor.shouldUnlinkCalls()) 1540 unlinkCalls(); 1539 1541 for (unsigned i = 0; i < numberOfCallLinkInfos(); ++i) 1540 1542 if (callLinkInfo(i).isLinked())
Note:
See TracChangeset
for help on using the changeset viewer.