mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
The typed function references proposal requires subtype checking: e.g. (ref $t) is a subtype of (ref func), and a non-nullable reference is a subtype of its nullable counterpart. This is needed for correct validation of `call_ref` and `return_call_ref`.