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

  /external/webkit/JavaScriptCore/runtime/
JSPropertyNameIterator.cpp 60 o->structure()->enumerationCache()->cachedPrototypeChain() != o->structure()->prototypeChain(exec));
79 StructureChain* structureChain = o->structure()->prototypeChain(exec);
95 if (m_cachedStructure == base->structure() && m_cachedPrototypeChain == base->structure()->prototypeChain(exec))
Structure.h 99 StructureChain* prototypeChain(ExecState*) const;
JSGlobalObject.h 375 inline StructureChain* Structure::prototypeChain(ExecState* exec) const
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp 822 StructureChain* prototypeChain = structure->prototypeChain(callFrame);
823 stubInfo->initPutByIdTransition(structure->previousID(), structure, prototypeChain);
824 JIT::compilePutByIdTransition(callFrame->scopeChain()->globalData, codeBlock, stubInfo, structure->previousID(), structure, slot.cachedOffset(), prototypeChain, returnAddress);
915 StructureChain* prototypeChain = structure->prototypeChain(callFrame);
916 stubInfo->initGetByIdChain(structure, prototypeChain);
917 JIT::compileGetByIdChain(callFrame->scopeChain()->globalData, callFrame, codeBlock, stubInfo, structure, prototypeChain, count, offset, returnAddress);
    [all...]
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]

Completed in 169 milliseconds