[Webkit-unassigned] [Bug 145358] [JSC] setter / getter is not properly set with numeric properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 24 12:35:10 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=145358

--- Comment #5 from Yusuke Suzuki <utatane.tea at gmail.com> ---
(In reply to comment #1)
> The following issue might be related to this issue.
> 
> var object = {
>     get 2() {
>         return 1;
>     },
>     set 2(value) {
>         throw new Error(2);
>     },
>     2: 2,  // Throw new Error(2)
> };
> 
> Is this expected behavior?

https://bugs.webkit.org/show_bug.cgi?id=145360 fixes it.
But the other 3 issues remain.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150524/7fedb724/attachment.html>


More information about the webkit-unassigned mailing list