![]() |
Ultralight C++ API 1.3.0
|
Go to the source code of this file.
Functions | |
| bool | JSObjectSetPrivateProperty (JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef value) |
| Sets a private property on an object. This private property cannot be accessed from within JavaScript. | |
| JSValueRef | JSObjectGetPrivateProperty (JSContextRef ctx, JSObjectRef object, JSStringRef propertyName) |
| Gets a private property from an object. | |
| bool | JSObjectDeletePrivateProperty (JSContextRef ctx, JSObjectRef object, JSStringRef propertyName) |
| Deletes a private property from an object. | |
| JSObjectRef | JSObjectGetProxyTarget (JSObjectRef) |
| JSGlobalContextRef | JSObjectGetGlobalContext (JSObjectRef object) |
| bool JSObjectDeletePrivateProperty | ( | JSContextRef | ctx, |
| JSObjectRef | object, | ||
| JSStringRef | propertyName | ||
| ) |
Deletes a private property from an object.
| JSGlobalContextRef JSObjectGetGlobalContext | ( | JSObjectRef | object | ) |
| JSValueRef JSObjectGetPrivateProperty | ( | JSContextRef | ctx, |
| JSObjectRef | object, | ||
| JSStringRef | propertyName | ||
| ) |
Gets a private property from an object.
| JSObjectRef JSObjectGetProxyTarget | ( | JSObjectRef | ) |
| bool JSObjectSetPrivateProperty | ( | JSContextRef | ctx, |
| JSObjectRef | object, | ||
| JSStringRef | propertyName, | ||
| JSValueRef | value | ||
| ) |
Sets a private property on an object. This private property cannot be accessed from within JavaScript.