Function js::jsapi::CallOriginalPromiseReject
[−]
[src]
pub unsafe extern "C" fn CallOriginalPromiseReject(
cx: *mut JSContext,
rejectionValue: HandleValue
) -> *mut JSObject
Calls the current compartment's original Promise.reject on the original
Promise constructor, with resolutionValue
passed as an argument.