Type Definition chakracore_sys::JsSerializedLoadScriptCallback [] [src]

type JsSerializedLoadScriptCallback = Option<unsafe extern "system" fn(_: JsSourceContext, _: *mut JsValueRef, _: *mut JsParseScriptAttributes) -> bool>;

Called by the runtime to load the source code of the serialized script. The context passed to Js[Parse|Run]SerializedScriptCallback The script returned. true if the operation succeeded, false otherwise.