Function mozjs::jsapi::JS::MapSet

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