[Webkit-unassigned] [Bug 222412] Add type method for WASM Global, Memory and Table JS API classes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 18 06:54:45 PDT 2021


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

--- Comment #12 from Caio Lima <ticaiolima at gmail.com> ---
Comment on attachment 423589
  --> https://bugs.webkit.org/attachment.cgi?id=423589
Patch

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

> Source/JavaScriptCore/wasm/js/JSWebAssemblyTable.cpp:143
> +    auto maximum = m_table->maximum();

I have a legit question. Is there any reason why `JSWebAssemblyMemory::maximum` can throw, but `JSWebAssemblyTable::maximum` doesn't?

-- 
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/20210318/c9b7533d/attachment.htm>


More information about the webkit-unassigned mailing list