There was an error while loading. Please reload this page.
Parses a script and returns a function representing the script.
STDAPI_(JsErrorCode) JsParseScriptWithAttributes( _In_z_ const wchar_t *script, _In_ JsSourceContext sourceContext, _In_z_ const wchar_t *sourceUrl, _In_ JsParseScriptAttributes parseAttributes, _Out_ JsValueRef *result);
The code JsNoError if the operation succeeded, a failure code otherwise.
This API is Windows-only (see JsParse for cross-platform equivalent).
Home
ch
Want to contribute to this Wiki? Fork it and send a pull request!