Searched defs:prototypeChain (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSGlobalObject.h361 inline StructureChain* Structure::prototypeChain(ExecState* exec) const function in class:JSC::Structure
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp845 StructureChain* prototypeChain = structure->prototypeChain(callFrame); local
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);
940 StructureChain* prototypeChain = structure->prototypeChain(callFrame); local
941 stubInfo->initGetByIdChain(callFrame->globalData(), codeBlock->ownerExecutable(), structure, prototypeChain);
942 JIT::compileGetByIdChain(callFrame->scopeChain()->globalData, callFrame, codeBlock, stubInfo, structure, prototypeChain, count, propertyName, slot, offset, returnAddress);
1764 StructureChain* protoChain = structure->prototypeChain(callFrame);
3233 if (!jsPropertyNameIterator || jsPropertyNameIterator->cachedPrototypeChain() != structure->prototypeChain(callFram
[all...]

Completed in 102 milliseconds