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

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

Completed in 90 milliseconds