Function mozjs::jsapi::SetWeakMapEntry

source ยท
pub unsafe extern "C" fn SetWeakMapEntry(
    cx: *mut JSContext,
    mapObj: Handle<*mut JSObject>,
    key: Handle<Value>,
    val: Handle<Value>,
) -> bool