HomeSort by relevance Sort by last modified time
    Searched refs:prototypeChain (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSPropertyNameIterator.cpp 55 o->structure()->enumerationCache()->cachedPrototypeChain() != o->structure()->prototypeChain(exec));
74 StructureChain* structureChain = o->structure()->prototypeChain(exec);
90 if (m_cachedStructure.get() == base->structure() && m_cachedPrototypeChain.get() == base->structure()->prototypeChain(exec))
Structure.h 101 StructureChain* prototypeChain(ExecState*) const;
JSGlobalObject.h 361 inline StructureChain* Structure::prototypeChain(ExecState* exec) const
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp 845 StructureChain* prototypeChain = structure->prototypeChain(callFrame);
846 stubInfo->initPutByIdTransition(callFrame->globalData(), codeBlock->ownerExecutable(), structure->previousID(), structure, prototypeChain);
847 JIT::compilePutByIdTransition(callFrame->scopeChain()->globalData, codeBlock, stubInfo, structure->previousID(), structure, slot.cachedOffset(), prototypeChain, returnAddress, direct);
    [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]

Completed in 151 milliseconds