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

/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSCallbackFunction.cpp70 JSObjectRef thisObjRef = toRef(exec->hostThisValue().toThisObject(exec)); local
82 result = jsCast<JSCallbackFunction*>(toJS(functionRef))->m_callback(execRef, functionRef, thisObjRef, argumentCount, arguments.data(), &exception);
H A DJSCallbackObjectFunctions.h493 JSObjectRef thisObjRef = toRef(exec->hostThisValue().toThisObject(exec)); local
506 result = toJS(exec, callAsFunction(execRef, functionRef, thisObjRef, argumentCount, arguments.data(), &exception));

Completed in 129 milliseconds