pub unsafe extern "C" fn CallOriginalPromiseReject(
cx: *mut JSContext,
rejectionValue: HandleValue,
) -> *mut JSObjectExpand description
Calls the current compartment’s original Promise.reject on the original
Promise constructor, with resolutionValue passed as an argument.