HomeSort by relevance Sort by last modified time
    Searched refs:m_cachedPrototypeChain (Results 1 - 6 of 6) 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;
JSPropertyNameIterator.cpp 95 if (m_cachedStructure == base->structure() && m_cachedPrototypeChain == base->structure()->prototypeChain(exec))
JSGlobalObject.h 378 if (!isValid(exec, m_cachedPrototypeChain.get())) {
380 m_cachedPrototypeChain = StructureChain::create(prototype.isNull() ? 0 : asObject(prototype)->structure());
382 return m_cachedPrototypeChain.get();
Structure.h 196 mutable RefPtr<StructureChain> m_cachedPrototypeChain;
Structure.cpp 376 transition->m_cachedPrototypeChain = structure->m_cachedPrototypeChain;
    [all...]
  /external/webkit/JavaScriptCore/jit/
JITOpcodes.cpp     [all...]

Completed in 185 milliseconds