Bug 182649 - WebAssembly implementation should not have pointless classes for errors
Summary: WebAssembly implementation should not have pointless classes for errors
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-09 14:11 PST by Filip Pizlo
Modified: 2020-01-24 09:18 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2018-02-09 14:11:36 PST
WebAssembly has pointless do-nothing classes for every prototype/constructor/instance of each of its error types.  That makes no sense.  They should just use the ErrorConstructor/ErrorInstance/ErrorPrototype stuff provided by the runtime.