Function chakracore_sys::JsGetRuntime [] [src]

pub unsafe extern "system" fn JsGetRuntime(
    context: JsContextRef,
    runtime: *mut JsRuntimeHandle
) -> JsErrorCode

Gets the runtime that the context belongs to. The context to get the runtime from. The runtime the context belongs to. The code JsNoError if the operation succeeded, a failure code otherwise.