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

/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DProtoCallFrame.h51 void setCallee(JSObject* callee) { calleeValue = Register::withCallee(callee); } function in struct:JSC::ProtoCallFrame
H A DCallFrame.h299 void setCallee(JSObject* callee) { static_cast<Register*>(this)[JSStack::Callee] = Register::withCallee(callee); } function in class:JSC::ExecState

Completed in 118 milliseconds