Searched refs:thisObjRef (Results 1 – 2 of 2) sorted by relevance
56 JSObjectRef thisObjRef = toRef(exec->hostThisValue().toThisObject(exec)); in call() local67 …allbackFunction*>(toJS(functionRef))->m_callback(execRef, functionRef, thisObjRef, argumentCount, … in call()
376 JSObjectRef thisObjRef = toRef(exec->hostThisValue().toThisObject(exec)); in call() local388 …result = toJS(exec, callAsFunction(execRef, functionRef, thisObjRef, argumentCount, arguments.data… in call()