Home | History | Annotate | Download | only in runtime

Lines Matching full:get

101         Structure* previousID() const { return m_previous.get(); }
108 size_t get(const Identifier& propertyName);
109 size_t get(const UString::Rep* rep, unsigned& attributes, JSCell*& specificValue);
110 size_t get(const Identifier& propertyName, unsigned& attributes, JSCell*& specificValue)
113 return get(propertyName.ustring().rep(), attributes, specificValue);
230 inline size_t Structure::get(const Identifier& propertyName)
279 return existingTransition && existingTransition->m_nameInPrevious.get() == key.first
290 Structure* StructureTransitionTable::get(const StructureTransitionTableHash::Key& key, JSCell* specificValue) const
294 if (existingTransition && existingTransition->m_nameInPrevious.get() == key.first
301 Transition transition = table()->get(key);
324 add(std::make_pair(existingTransition->m_nameInPrevious.get(), existingTransition->m_attributesInPrevious), existingTransition, existingTransition->m_specificValueInPrevious);