Function mozjs::jsapi::GetWeakMapEntry

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