Lines Matching refs:JSObjectRef
91 JSObjectRef thisRef = toRef(this); in ~JSCallbackObject()
112 JSObjectRef thisRef = toRef(this); in getOwnPropertySlot()
173 JSObjectRef thisRef = toRef(this); in put()
230 JSObjectRef thisRef = toRef(this); in deleteProperty()
290 JSObjectRef constructorRef = toRef(constructor); in construct()
317 JSObjectRef thisRef = toRef(this); in hasInstance()
351 JSObjectRef functionRef = toRef(functionObject); in call()
352 JSObjectRef thisObjRef = toRef(thisValue.toThisObject(exec)); in call()
379 JSObjectRef thisRef = toRef(this); in getPropertyNames()
422 JSObjectRef thisRef = toRef(this); in toNumber()
448 JSObjectRef thisRef = toRef(this); in toString()
495 JSObjectRef thisRef = toRef(thisObj); in staticValueGetter()
550 JSObjectRef thisRef = toRef(thisObj); in callbackGetter()