Function generic_call

Source
unsafe fn generic_call<const EXCEPTION_TO_REJECTION: bool>(
    cx: *mut JSContext,
    argc: c_uint,
    vp: *mut JSVal,
    is_lenient: bool,
    call: unsafe extern "C" fn(*const JSJitInfo, *mut JSContext, HandleObject, *mut c_void, u32, *mut JSVal) -> bool,
    can_gc: CanGc,
) -> bool