Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/API/
DJSCallbackFunction.cpp56 JSObjectRef thisObjRef = toRef(exec->hostThisValue().toThisObject(exec)); in call() local
67 …allbackFunction*>(toJS(functionRef))->m_callback(execRef, functionRef, thisObjRef, argumentCount, … in call()
DJSCallbackObjectFunctions.h376 JSObjectRef thisObjRef = toRef(exec->hostThisValue().toThisObject(exec)); in call() local
388 …result = toJS(exec, callAsFunction(execRef, functionRef, thisObjRef, argumentCount, arguments.data… in call()