Changeset 39070 in webkit for trunk/JavaScriptCore/jit/JITCall.cpp
- Timestamp:
- Dec 6, 2008, 2:01:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITCall.cpp
r38984 r39070 56 56 { 57 57 // Currently we only link calls with the exact number of arguments. 58 if (callerArgCount == calleeCodeBlock-> numParameters) {58 if (callerArgCount == calleeCodeBlock->m_numParameters) { 59 59 ASSERT(!callLinkInfo->isLinked()); 60 60
Note:
See TracChangeset
for help on using the changeset viewer.