[Webkit-unassigned] [Bug 226296] [WASM-Function-References] Add support for (ref null? $t) type constructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 27 00:30:16 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=226296

Dmitry <dbezhetskov at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dbezhetskov at igalia.com

--- Comment #3 from Dmitry <dbezhetskov at igalia.com> ---
Comment on attachment 429803
  --> https://bugs.webkit.org/attachment.cgi?id=429803
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=429803&action=review

> Source/JavaScriptCore/wasm/WasmParser.h:280
> +        Type type = {static_cast<TypeKind>(typeKind), true, 0};

I would rather use `enum class Nullable = {Yes, No}` instead of `bool` so we can use Nullable::Yes here, but I don't mind `bool` too

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210527/2de6d715/attachment.htm>


More information about the webkit-unassigned mailing list