RESOLVED FIXED 204857
[JSC] JSWebAssemblyGlobal creation should have exception check
https://bugs.webkit.org/show_bug.cgi?id=204857
Summary [JSC] JSWebAssemblyGlobal creation should have exception check
Yusuke Suzuki
Reported 2019-12-04 13:17:49 PST
[JSC] JSWebAssemblyGlobal creation should have exception check
Attachments
Patch (20.64 KB, patch)
2019-12-04 13:22 PST, Yusuke Suzuki
no flags
Patch (20.75 KB, patch)
2019-12-04 13:23 PST, Yusuke Suzuki
mark.lam: review+
Yusuke Suzuki
Comment 1 2019-12-04 13:22:19 PST
Yusuke Suzuki
Comment 2 2019-12-04 13:23:48 PST
Yusuke Suzuki
Comment 3 2019-12-04 13:24:33 PST
Mark Lam
Comment 4 2019-12-04 13:26:52 PST
Comment on attachment 384841 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=384841&action=review r=me > Source/JavaScriptCore/ChangeLog:10 > + in WebAssemblyModuleRecord linking phase. While exception is never thrown in this place since this happens only when WebAssembly is enabled, we should put Extra space between "in WebAssemblyModuleRecord".
Yusuke Suzuki
Comment 5 2019-12-04 13:49:59 PST
Comment on attachment 384841 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=384841&action=review >> Source/JavaScriptCore/ChangeLog:10 >> + in WebAssemblyModuleRecord linking phase. While exception is never thrown in this place since this happens only when WebAssembly is enabled, we should put > > Extra space between "in WebAssemblyModuleRecord". Fixed.
Yusuke Suzuki
Comment 6 2019-12-04 13:51:10 PST
Note You need to log in before you can comment on or make changes to this bug.