Home
last modified time | relevance | path

Searched refs:prototypeChain (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSPropertyNameIterator.cpp55 …->structure()->enumerationCache()->cachedPrototypeChain() != o->structure()->prototypeChain(exec)); in create()
74 StructureChain* structureChain = o->structure()->prototypeChain(exec); in create()
90 …() == base->structure() && m_cachedPrototypeChain.get() == base->structure()->prototypeChain(exec)) in get()
DStructure.h101 StructureChain* prototypeChain(ExecState*) const;
DJSGlobalObject.h361 inline StructureChain* Structure::prototypeChain(ExecState* exec) const in prototypeChain() function
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp845 StructureChain* prototypeChain = structure->prototypeChain(callFrame); in tryCachePutByID() local
846 …e->globalData(), codeBlock->ownerExecutable(), structure->previousID(), structure, prototypeChain); in tryCachePutByID()
847 …, stubInfo, structure->previousID(), structure, slot.cachedOffset(), prototypeChain, returnAddress… in tryCachePutByID()
940 StructureChain* prototypeChain = structure->prototypeChain(callFrame); in tryCacheGetByID() local
941 …initGetByIdChain(callFrame->globalData(), codeBlock->ownerExecutable(), structure, prototypeChain); in tryCacheGetByID()
942 …scopeChain()->globalData, callFrame, codeBlock, stubInfo, structure, prototypeChain, count, proper… in tryCacheGetByID()
1764 StructureChain* protoChain = structure->prototypeChain(callFrame); in DEFINE_STUB_FUNCTION()
3233 …Iterator || jsPropertyNameIterator->cachedPrototypeChain() != structure->prototypeChain(callFrame)) in DEFINE_STUB_FUNCTION()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp1258 …n.set(callFrame->globalData(), codeBlock->ownerExecutable(), structure->prototypeChain(callFrame)); in tryCachePutByID()
1405 …n.set(callFrame->globalData(), codeBlock->ownerExecutable(), structure->prototypeChain(callFrame)); in tryCacheGetByID()
4505 …Iterator || jsPropertyNameIterator->cachedPrototypeChain() != structure->prototypeChain(callFrame)) in privateExecute()
/external/webkit/Source/JavaScriptCore/
DChangeLog522 (JSC::Structure::prototypeChain):
2604 (JSC::Structure::prototypeChain):
2754 (JSC::Structure::prototypeChain):
2895 (JSC::Structure::prototypeChain):
DChangeLog-2009-06-166534 (JSC::Structure::prototypeChain):
10343 (JSC::Structure::prototypeChain): New centralized accessor for a prototype