Searched refs:executeCall (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DCallData.cpp38 return exec->interpreter()->executeCall(exec, asObject(functionObject), callType, callData, thisValue, args);
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.h98 JSValue executeCall(CallFrame*, JSObject* function, CallType, const CallData&, JSValue thisValue, const ArgList&);
H A DInterpreter.cpp786 JSValue Interpreter::executeCall(CallFrame* callFrame, JSObject* function, CallType callType, const CallData& callData, JSValue thisValue, const ArgList& args) function in class:JSC::Interpreter

Completed in 1026 milliseconds