Because the Wasm GC proposal has three separate reference hierarchies (extern, any, func) since https://github.com/WebAssembly/gc/issues/307 was resolved, and they each need a distinct bottom type. JSC currently implements nullref which is the bottom type for the any hierarchy. The other two bottom types need to be added as well.
<rdar://problem/107680093>
Pull request: https://github.com/WebKit/WebKit/pull/16442
Committed 266766@main (697f8d5c0fdd): <https://commits.webkit.org/266766@main> Reviewed commits have been landed. Closing PR #16442 and removing active labels.