mozjs_sys::jsapi::JS

Function SetHas

Source
pub unsafe extern "C" fn SetHas(
    cx: *mut JSContext,
    obj: HandleObject,
    key: HandleValue,
    rval: *mut bool,
) -> bool