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