Searched refs:thisObjRef (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackFunction.cpp56 JSObjectRef thisObjRef = toRef(exec->hostThisValue().toThisObject(exec)); local
67 result = static_cast<JSCallbackFunction*>(toJS(functionRef))->m_callback(execRef, functionRef, thisObjRef, argumentCount, arguments.data(), &exception);
H A DJSCallbackObjectFunctions.h376 JSObjectRef thisObjRef = toRef(exec->hostThisValue().toThisObject(exec)); local
388 result = toJS(exec, callAsFunction(execRef, functionRef, thisObjRef, argumentCount, arguments.data(), &exception));

Completed in 250 milliseconds