There was an error while loading. Please reload this page.
Create JavascriptString variable from ASCII or Utf8 string
CHAKRA_API JsCreateString( _In_ const char *content, _In_ size_t length, _Out_ JsValueRef *value);
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.
Input string can be either ASCII or Utf8.
Home
ch
Want to contribute to this Wiki? Fork it and send a pull request!