Searched refs:m_cachedPrototypeChain (Results 1 – 6 of 6) sorted by relevance
73 …eChain(NonNullPassRefPtr<StructureChain> cachedPrototypeChain) { m_cachedPrototypeChain = cachedPr… in setCachedPrototypeChain()74 StructureChain* cachedPrototypeChain() { return m_cachedPrototypeChain.get(); } in cachedPrototypeChain()80 RefPtr<StructureChain> m_cachedPrototypeChain; variable
378 if (!isValid(exec, m_cachedPrototypeChain.get())) { in prototypeChain()380 …m_cachedPrototypeChain = StructureChain::create(prototype.isNull() ? 0 : asObject(prototype)->stru… in prototypeChain()382 return m_cachedPrototypeChain.get(); in prototypeChain()
95 …if (m_cachedStructure == base->structure() && m_cachedPrototypeChain == base->structure()->prototy… in get()
196 mutable RefPtr<StructureChain> m_cachedPrototypeChain; variable
376 transition->m_cachedPrototypeChain = structure->m_cachedPrototypeChain; in addPropertyTransition()
1241 …loadPtr(Address(Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_cachedPrototypeChain))), … in emit_op_next_pname()2454 …loadPtr(Address(Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_cachedPrototypeChain))), …