Function mozjs::jsapi::SetAdd

source ·
pub unsafe extern "C" fn SetAdd(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    key: Handle<Value>
) -> bool