[webkit-reviews] review granted: [Bug 184990] Web Inspector: Canvas tab: Determine isFunction by looking at the prototype : [Attachment 339276] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 09:27:34 PDT 2018


Brian Burg <bburg at apple.com> has granted Devin Rousso
<webkit at devinrousso.com>'s request for review:
Bug 184990: Web Inspector: Canvas tab: Determine isFunction by looking at the
prototype
https://bugs.webkit.org/show_bug.cgi?id=184990

Attachment 339276: Patch

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




--- Comment #12 from Brian Burg <bburg at apple.com> ---
Comment on attachment 339276
  --> https://bugs.webkit.org/attachment.cgi?id=339276
Patch

r=me

How often is this code called? Does it affect performance to dynamically look
up for every call, rather than using a fixed Set lookup?


More information about the webkit-reviews mailing list