pub unsafe fn ResolvePromise(
    cx: *mut JSContext,
    promiseObj: HandleObject<'_>,
    resolutionValue: HandleValue<'_>
) -> bool