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