Function chakracore_sys::JsSetCurrentContext [] [src]

pub unsafe extern "system" fn JsSetCurrentContext(
    context: JsContextRef
) -> JsErrorCode

Sets the current script context on the thread. The script context to make current. The code JsNoError if the operation succeeded, a failure code otherwise.