Function mozjs_sys::jsapi::JS::SetForEach

source ·
pub unsafe extern "C" fn SetForEach(
    cx: *mut JSContext,
    obj: HandleObject,
    callbackFn: HandleValue,
    thisVal: HandleValue
) -> bool