[webkit-reviews] review granted: [Bug 71336] Implement __lookupGetter__/__lookupSetter__ in terms of getPropertyDescriptor : [Attachment 113250] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 1 16:26:20 PDT 2011


Darin Adler <darin at apple.com> has granted Sam Weinig <sam at webkit.org>'s request
for review:
Bug 71336: Implement __lookupGetter__/__lookupSetter__ in terms of
getPropertyDescriptor
https://bugs.webkit.org/show_bug.cgi?id=71336

Attachment 113250: Patch
https://bugs.webkit.org/attachment.cgi?id=113250&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=113250&action=review


What’s the performance impact?

> LayoutTests/ChangeLog:10
> +	   Update results now that __lookupGetter__/__lookupSetter__ match
getOwnPropertyDescriptor.
> +	   The failures are tracked by
https://bugs.webkit.org/show_bug.cgi?id=71333.

Doesn’t seem great to create new failures.


More information about the webkit-reviews mailing list