Function chakracore_sys::JsCollectGarbage [] [src]

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

Performs a full garbage collection. The runtime in which the garbage collection will be performed. The code JsNoError if the operation succeeded, a failure code otherwise.