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

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DStructureInlines.h145 inline StructureChain* Structure::prototypeChain(VM& vm, JSGlobalObject* globalObject) const function in class:JSC::Structure
155 inline StructureChain* Structure::prototypeChain(ExecState* exec) const function in class:JSC::Structure
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGRepatch.cpp578 StructureChain* prototypeChain = structure->prototypeChain(exec); local
747 emitPutTransitionStub( ExecState* exec, JSValue, const Identifier&, const PutPropertySlot& slot, StructureStubInfo& stubInfo, PutKind putKind, Structure* structure, Structure* oldStructure, StructureChain* prototypeChain, CodeLocationLabel failureLabel, RefPtr<JITStubRoutine>& stubRoutine) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubs.cpp957 StructureChain* prototypeChain = structure->prototypeChain(callFrame); local
1065 StructureChain* prototypeChain = structure->prototypeChain(callFrame); local
[all...]

Completed in 198 milliseconds