HomeSort by relevance Sort by last modified time
    Searched refs:PropertyMapEntry (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
PropertyMapHashTable.h 73 struct PropertyMapEntry {
79 PropertyMapEntry(JSGlobalData& globalData, JSCell* owner, StringImpl* key, unsigned offset, unsigned attributes, JSCell* specificValue)
133 typedef PropertyMapEntry ValueType;
Structure.cpp 271 PropertyMapEntry entry(globalData, this, structure->m_nameInPrevious.get(), m_anonymousSlotCount + structure->m_offset, structure->m_attributesInPrevious, structure->m_specificValueInPrevious.get());
293 PropertyMapEntry* entry = m_propertyTable->find(rep).first;
649 PropertyMapEntry* entry = m_propertyTable->find(propertyName).first;
666 PropertyMapEntry* entry = m_propertyTable->find(propertyName.impl()).first;
708 m_propertyTable->add(PropertyMapEntry(globalData, this, rep, newOffset, attributes, specificValue));
Structure.h 256 PropertyMapEntry* entry = m_propertyTable->find(propertyName.impl()).first;

Completed in 275 milliseconds