Function quickjs_wasm_sys::JS_NewBool_Ext

source ·
pub unsafe extern "C" fn JS_NewBool_Ext(
    ctx: *mut JSContext,
    bool: i32
) -> JSValue