Searched refs:thisRef (Results 1 – 1 of 1) sorted by relevance
/external/webkit/JavaScriptCore/API/ |
D | JSCallbackObjectFunctions.h | 91 JSObjectRef thisRef = toRef(this); in ~JSCallbackObject() local 95 finalize(thisRef); in ~JSCallbackObject() 112 JSObjectRef thisRef = toRef(this); in getOwnPropertySlot() local 121 if (hasProperty(ctx, thisRef, propertyNameRef.get())) { in getOwnPropertySlot() 129 …if (JSValueRef value = getProperty(ctx, thisRef, propertyNameRef.get(), toRef(exec->exceptionSlot(… in getOwnPropertySlot() 163 JSObjectRef thisRef = toRef(this); in put() local 172 … if (setProperty(ctx, thisRef, propertyNameRef.get(), valueRef, toRef(exec->exceptionSlot()))) in put() 184 … if (setProperty(ctx, thisRef, propertyNameRef.get(), valueRef, toRef(exec->exceptionSlot()))) in put() 208 JSObjectRef thisRef = toRef(this); in deleteProperty() local 216 if (deleteProperty(ctx, thisRef, propertyNameRef.get(), toRef(exec->exceptionSlot()))) in deleteProperty() [all …]
|