[][src]Function rquickjs_sys::JS_IsLiveObject

pub unsafe extern "C" fn JS_IsLiveObject(
    rt: *mut JSRuntime,
    obj: JSValue
) -> c_int

Return false if not an object or if the object has already been freed (zombie objects are visible in finalizers when freeing cycles).