[webkit-reviews] review granted: [Bug 101276] Prototype chain caching should check that the path from the base object to the slot base involves prototype hops only : [Attachment 172435] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 5 17:14:09 PST 2012


Gavin Barraclough <barraclough at apple.com> has granted Filip Pizlo
<fpizlo at apple.com>'s request for review:
Bug 101276: Prototype chain caching should check that the path from the base
object to the slot base involves prototype hops only
https://bugs.webkit.org/show_bug.cgi?id=101276

Attachment 172435: the patch
https://bugs.webkit.org/attachment.cgi?id=172435&action=review

------- Additional Comments from Gavin Barraclough <barraclough at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=172435&action=review


> Source/JavaScriptCore/runtime/Operations.h:309
> +	       if (cell->inherits(&JSProxy::s_info))

You could use isProxy here if you like.


More information about the webkit-reviews mailing list