Function chakracore_sys::JsEnableRuntimeExecution [] [src]

pub unsafe extern "system" fn JsEnableRuntimeExecution(
    runtime: JsRuntimeHandle
) -> JsErrorCode

Enables script execution in a runtime. Enabling script execution in a runtime that already has script execution enabled is a no-op. The runtime to be enabled. The code JsNoError if the operation succeeded, a failure code otherwise.