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

  /external/webkit/JavaScriptCore/runtime/
JSPropertyNameIterator.h 73 void setCachedPrototypeChain(NonNullPassRefPtr<StructureChain> cachedPrototypeChain) { m_cachedPrototypeChain = cachedPrototypeChain; }
74 StructureChain* cachedPrototypeChain() { return m_cachedPrototypeChain.get(); }
80 RefPtr<StructureChain> m_cachedPrototypeChain;
Structure.h 196 mutable RefPtr<StructureChain> m_cachedPrototypeChain;

Completed in 67 milliseconds