Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/API/
DJSCallbackObjectFunctions.h91 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()
132 value = getProperty(ctx, thisRef, propertyNameRef.get(), &exception); in getOwnPropertySlot()
173 JSObjectRef thisRef = toRef(this); in put() local
185 result = setProperty(ctx, thisRef, propertyNameRef.get(), valueRef, &exception); in put()
203 … result = setProperty(ctx, thisRef, propertyNameRef.get(), valueRef, &exception); in put()
230 JSObjectRef thisRef = toRef(this); in deleteProperty() local
241 result = deleteProperty(ctx, thisRef, propertyNameRef.get(), &exception); in deleteProperty()
[all …]