HomeSort by relevance Sort by last modified time
    Searched defs:propertyStorageSize (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
Structure.h 108 unsigned propertyStorageSize() const { return m_anonymousSlotCount + (m_propertyTable ? m_propertyTable->propertyStorageSize() : static_cast<unsigned>(m_offset + 1)); }
PropertyMapHashTable.h 171 unsigned propertyStorageSize() const;
422 inline unsigned PropertyTable::propertyStorageSize() const

Completed in 29 milliseconds