Changeset 82519 in webkit for trunk/Source/JavaScriptCore/jit/JITPropertyAccess.cpp
- Timestamp:
- Mar 30, 2011, 4:53:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITPropertyAccess.cpp
r82500 r82519 980 980 // Track the stub we have created so that it will be deleted later. 981 981 structure->ref(); 982 prototypeStructures->list[currentIndex].set(callFrame->globalData(), m_codeBlock->ownerExecutable(), entryLabel, structure, chain); 982 chain->ref(); 983 prototypeStructures->list[currentIndex].set(entryLabel, structure, chain); 983 984 984 985 // 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.