Changeset 82500 in webkit for trunk/Source/JavaScriptCore/jit/JITPropertyAccess.cpp
- Timestamp:
- Mar 30, 2011, 2:39:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITPropertyAccess.cpp
r82139 r82500 980 980 // Track the stub we have created so that it will be deleted later. 981 981 structure->ref(); 982 chain->ref(); 983 prototypeStructures->list[currentIndex].set(entryLabel, structure, chain); 982 prototypeStructures->list[currentIndex].set(callFrame->globalData(), m_codeBlock->ownerExecutable(), entryLabel, structure, chain); 984 983 985 984 // Finally patch the jump to slow case back in the hot path to jump here instead.
Note:
See TracChangeset
for help on using the changeset viewer.