You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sourceContext: A cookie identifying the script that can be used by debuggable script contexts.
sourceUrl: The location the script came from.
result: A function representing the script code.
Return Value
The code JsNoError if the operation succeeded, a failure code otherwise.
Remarks
This API is Windows-only (see JsParseSerialized for cross-platform equivalent).
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.