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

  /external/webkit/JavaScriptCore/runtime/
Structure.h 199 RefPtr<UString::Rep> m_nameInPrevious;
279 return existingTransition && existingTransition->m_nameInPrevious.get() == key.first
294 if (existingTransition && existingTransition->m_nameInPrevious.get() == key.first
311 return transition && transition->m_nameInPrevious == key.first
324 add(std::make_pair(existingTransition->m_nameInPrevious.get(), existingTransition->m_attributesInPrevious), existingTransition, existingTransition->m_specificValueInPrevious);
Structure.cpp 161 ASSERT(m_nameInPrevious);
162 m_previous->table.remove(make_pair(m_nameInPrevious.get(), m_attributesInPrevious), m_specificValueInPrevious);
278 structure->m_nameInPrevious->ref();
279 PropertyMapEntry entry(structure->m_nameInPrevious.get(), m_anonymousSlotCount + structure->m_offset, structure->m_attributesInPrevious, structure->m_specificValueInPrevious, ++m_propertyTable->lastIndexUsed);
378 transition->m_nameInPrevious = propertyName.ustring().rep();
    [all...]

Completed in 122 milliseconds