[webkit-reviews] review granted: [Bug 224565] Defer TerminationExceptions when evaluating ASSERT in HashMapIml::addNormalized(). : [Attachment 426046] proposed patch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 14 14:28:32 PDT 2021


Yusuke Suzuki <ysuzuki at apple.com> has granted Mark Lam <mark.lam at apple.com>'s
request for review:
Bug 224565: Defer TerminationExceptions when evaluating ASSERT in
HashMapIml::addNormalized().
https://bugs.webkit.org/show_bug.cgi?id=224565

Attachment 426046: proposed patch.

https://bugs.webkit.org/attachment.cgi?id=426046&action=review




--- Comment #4 from Yusuke Suzuki <ysuzuki at apple.com> ---
Comment on attachment 426046
  --> https://bugs.webkit.org/attachment.cgi?id=426046
proposed patch.

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

r=me

> Source/JavaScriptCore/runtime/VMTraps.h:194
> +    enum DeferAction {

Let’s use enum class.


More information about the webkit-reviews mailing list