Function GetWeakMapEntry

Source
pub unsafe fn GetWeakMapEntry(
    cx: *mut JSContext,
    mapObj: HandleObject<'_>,
    key: HandleValue<'_>,
    val: MutableHandleValue<'_>,
) -> bool