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

  /external/webkit/JavaScriptCore/runtime/
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...]

Completed in 46 milliseconds