globalThis.queueMicrotask() should report thrown exceptions
Created attachment 449973 [details] Patch
Comment on attachment 449973 [details] Patch r=me
Comment on attachment 449973 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=449973&action=review > Source/WebCore/bindings/js/JSDOMMicrotask.cpp:39 > +class JSDOMMicrotask final : public Microtask { WTF_MAKE_FAST_ALLOCATED?
Comment on attachment 449973 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=449973&action=review >> Source/WebCore/bindings/js/JSDOMMicrotask.cpp:39 >> +class JSDOMMicrotask final : public Microtask { > > WTF_MAKE_FAST_ALLOCATED? Nevermind. Since this ultimately inherits from RefCounted, it is already WTF_MAKE_FAST_ALLOCATED.
Created attachment 449992 [details] Patch Skip SW test on mac-wk1, reset expectations for inspector test, and remove now unused createJSMicrotask() overload.
Committed r288640 (246451@trunk): <https://commits.webkit.org/246451@trunk>
<rdar://problem/88088960>
Thank you both!