This repository was archived by the owner on Apr 25, 2025. It is now read-only.
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Is exnref nullable? #90
Closed
Description
AnyRef, FuncRef, and NullRef are all nullable: they have NullRef as a subtype and ref.null as a valid value. What about ExnRef? I would be inclined to think not, but I see the overview is quiet on this issue.
Clearly throw
will never produce null but what happens with rethrow
and br_on_exn
, if the exn on the stack is null?
Metadata
Metadata
Assignees
Labels
No labels