Function JS_FreezeObject

Source
pub unsafe extern "C" fn JS_FreezeObject(
    ctx: *mut JSContext,
    obj: JSValue,
) -> c_int