HomeSort by relevance Sort by last modified time
    Searched refs:thisObjRef (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/API/
JSCallbackFunction.cpp 56 JSObjectRef thisObjRef = toRef(exec->hostThisValue().toThisObject(exec));
67 result = static_cast<JSCallbackFunction*>(toJS(functionRef))->m_callback(execRef, functionRef, thisObjRef, argumentCount, arguments.data(), &exception);
JSCallbackObjectFunctions.h 376 JSObjectRef thisObjRef = toRef(exec->hostThisValue().toThisObject(exec));
388 result = toJS(exec, callAsFunction(execRef, functionRef, thisObjRef, argumentCount, arguments.data(), &exception));

Completed in 78 milliseconds