Function mozjs::jsapi::JS::MapGet

source ยท
pub unsafe extern "C" fn MapGet(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    key: Handle<Value>,
    rval: MutableHandle<Value>,
) -> bool