pub unsafe fn MapForEach(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    callbackFn: HandleValue<'_>,
    thisVal: HandleValue<'_>
) -> bool