Function js::jsapi::CallOriginalPromiseResolve [] [src]

pub unsafe extern "C" fn CallOriginalPromiseResolve(
    cx: *mut JSContext,
    resolutionValue: HandleValue
) -> *mut JSObject

Calls the current compartment's original Promise.resolve on the original Promise constructor, with resolutionValue passed as an argument.