Changeset 46210 in webkit for trunk/JavaScriptCore/jit/JITPropertyAccess.cpp
- Timestamp:
- Jul 21, 2009, 9:03:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITPropertyAccess.cpp
r46202 r46210 536 536 structure->ref(); 537 537 538 Structure* prototypeStructure = proto->structure(); 539 ASSERT(!methodCallLinkInfo.cachedPrototypeStructure); 540 methodCallLinkInfo.cachedPrototypeStructure = prototypeStructure; 541 prototypeStructure->ref(); 542 538 543 repatchBuffer.repatch(methodCallLinkInfo.structureLabel, structure); 539 544 repatchBuffer.repatch(methodCallLinkInfo.structureLabel.dataLabelPtrAtOffset(patchOffsetMethodCheckProtoObj), proto); 540 repatchBuffer.repatch(methodCallLinkInfo.structureLabel.dataLabelPtrAtOffset(patchOffsetMethodCheckProtoStruct), proto ->structure());545 repatchBuffer.repatch(methodCallLinkInfo.structureLabel.dataLabelPtrAtOffset(patchOffsetMethodCheckProtoStruct), prototypeStructure); 541 546 repatchBuffer.repatch(methodCallLinkInfo.structureLabel.dataLabelPtrAtOffset(patchOffsetMethodCheckPutFunction), callee); 542 547 }
Note:
See TracChangeset
for help on using the changeset viewer.