There was an error while loading. Please reload this page.
Runs a serialized script. Provides the ability to lazy load the script source only if/when it is needed.
CHAKRA_API JsRunSerialized( _In_ JsValueRef buffer, _In_ JsSerializedLoadScriptCallback scriptLoadCallback, _In_ JsSourceContext sourceContext, _In_ JsValueRef sourceUrl, _Out_ JsValueRef *result);
The code JsNoError if the operation succeeded, a failure code otherwise.
This API is experimental and may have breaking change later.
Requires an active script context.
The runtime will hold on to the buffer until all instances of any functions created from the buffer are garbage collected.
Home
ch
Want to contribute to this Wiki? Fork it and send a pull request!