Changeset 48590 in webkit for trunk/JavaScriptCore/jit/JITStubs.cpp
- Timestamp:
- Sep 21, 2009, 11:59:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITStubs.cpp
r48582 r48590 696 696 if (slot.type() == PutPropertySlot::NewProperty) { 697 697 StructureChain* prototypeChain = structure->prototypeChain(callFrame); 698 if (!prototypeChain->isCacheable() ) {698 if (!prototypeChain->isCacheable() || structure->isDictionary()) { 699 699 ctiPatchCallByReturnAddress(codeBlock, returnAddress, FunctionPtr(cti_op_put_by_id_generic)); 700 700 return;
Note:
See TracChangeset
for help on using the changeset viewer.