Changeset 37388 in webkit for trunk/JavaScriptCore/VM/Machine.cpp


Ignore:
Timestamp:
Oct 7, 2008, 1:49:36 PM (17 years ago)
Author:
[email protected]
Message:

2008-10-07 Sam Weinig <[email protected]>

Reviewed by Cameron Zwarich.

Roll r37370 back in with bug fixes.

  • PropertyMap::storageSize() should reflect the number of keys + deletedOffsets and has nothing to do with the internal deletedSentinel count anymore.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/VM/Machine.cpp

    r37386 r37388  
    27222722
    27232723                baseObject->transitionTo(newStructureID);
    2724                 if (oldStructureID->propertyMap().storageSize() == JSObject::inlineStorageCapacity)
    2725                     baseObject->allocatePropertyStorage(oldStructureID->propertyMap().storageSize(), oldStructureID->propertyMap().size());
    27262724
    27272725                int value = vPC[3].u.operand;
Note: See TracChangeset for help on using the changeset viewer.