There was an error while loading. Please reload this page.
Creates a new object (with prototype) that stores some external data.
CHAKRA_API JsCreateExternalObjectWithPrototype( _In_opt_ void *data, _In_opt_ JsFinalizeCallback finalizeCallback, _In_opt_ JsValueRef prototype, _Out_ JsValueRef *object);
The code JsNoError if the operation succeeded, a failure code otherwise.
This API is experimental and may have breaking changes later.
Requires an active script context.
Home
ch
Want to contribute to this Wiki? Fork it and send a pull request!