Changeset 82139 in webkit for trunk/Source/JavaScriptCore/jit/JITPropertyAccess.cpp
- Timestamp:
- Mar 28, 2011, 11:25:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITPropertyAccess.cpp
r82130 r82139 980 980 // Track the stub we have created so that it will be deleted later. 981 981 structure->ref(); 982 chain->ref(); 982 983 prototypeStructures->list[currentIndex].set(entryLabel, structure, chain); 983 984
Note:
See TracChangeset
for help on using the changeset viewer.