Searched defs:currentCapacity (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSObject.h593 size_t currentCapacity = m_structure->propertyStorageCapacity();
595 if (currentCapacity != m_structure->propertyStorageCapacity())
596 allocatePropertyStorage(currentCapacity, m_structure->propertyStorageCapacity());
607 size_t currentCapacity = m_structure->propertyStorageCapacity(); local
609 if (currentCapacity != structure->propertyStorageCapacity())
610 allocatePropertyStorage(currentCapacity, structure->propertyStorageCapacity());
659 if (currentCapacity != structure->propertyStorageCapacity())
660 allocatePropertyStorage(currentCapacity, structure->propertyStorageCapacity());
718 size_t currentCapacity = m_structure->propertyStorageCapacity(); local
720 if (currentCapacity !
727 size_t currentCapacity = m_structure->propertyStorageCapacity(); local
[all...]

Completed in 67 milliseconds