[webkit-reviews] review granted: [Bug 232414] Don't call type() on Structure, instead call type() on its typeInfo() : [Attachment 442666] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 19:41:53 PDT 2021


Yusuke Suzuki <ysuzuki at apple.com> has granted Saam Barati <sbarati at apple.com>'s
request for review:
Bug 232414: Don't call type() on Structure, instead call type() on its
typeInfo()
https://bugs.webkit.org/show_bug.cgi?id=232414

Attachment 442666: Patch

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




--- Comment #2 from Yusuke Suzuki <ysuzuki at apple.com> ---
Comment on attachment 442666
  --> https://bugs.webkit.org/attachment.cgi?id=442666
Patch

r=me
I also found several other places `structure->type() == JSType::ArrayType` in
DFGOperations.cpp. Can you fix it too?


More information about the webkit-reviews mailing list