Function mozjs::rust::wrappers::RejectPromise

source ·
pub unsafe fn RejectPromise(
    cx: *mut JSContext,
    promiseObj: HandleObject<'_>,
    rejectionValue: HandleValue<'_>
) -> bool