[webkit-reviews] review granted: [Bug 179550] [JSC] Allow poly proto for intrinsic getters : [Attachment 326637] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 20 08:52:08 PST 2017


Saam Barati <sbarati at apple.com> has granted Yusuke Suzuki
<utatane.tea at gmail.com>'s request for review:
Bug 179550: [JSC] Allow poly proto for intrinsic getters
https://bugs.webkit.org/show_bug.cgi?id=179550

Attachment 326637: Patch

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




--- Comment #3 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 326637
  --> https://bugs.webkit.org/attachment.cgi?id=326637
Patch

Another interesting test would be to do this with a second object:
polyProtoObject.__proto__ = null
assert(target(polyProtoObject) === undefined)


More information about the webkit-reviews mailing list