HomeSort by relevance Sort by last modified time
    Searched refs:cachedPrototypeChain (Results 1 - 6 of 6) 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(); }
JSPropertyNameIterator.cpp 55 o->structure()->enumerationCache()->cachedPrototypeChain() != o->structure()->prototypeChain(exec));
JSGlobalObject.h 371 inline bool Structure::isValid(ExecState* exec, StructureChain* cachedPrototypeChain) const
373 if (!cachedPrototypeChain)
377 WriteBarrier<Structure>* cachedStructure = cachedPrototypeChain->head();
Structure.h 202 bool isValid(ExecState*, StructureChain* cachedPrototypeChain) const;
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]

Completed in 735 milliseconds