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

  /external/webkit/Source/JavaScriptCore/runtime/
JSPropertyNameIterator.h 76 void setCachedPrototypeChain(JSGlobalData& globalData, StructureChain* cachedPrototypeChain) { m_cachedPrototypeChain.set(globalData, this, cachedPrototypeChain); }
77 StructureChain* cachedPrototypeChain() { return m_cachedPrototypeChain.get(); }
84 WriteBarrier<StructureChain> m_cachedPrototypeChain;
Structure.h 213 mutable WriteBarrier<StructureChain> m_cachedPrototypeChain;

Completed in 61 milliseconds