Function mozjs::jsapi::JS::GetWeakMapEntry

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