Function mozjs_sys::jsapi::JS::SetHas

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