[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 10:47:06 PDT 2015


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

--- Comment #1 from Yusuke Suzuki <utatane.tea at gmail.com> ---
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?

-- 
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/00520f4d/attachment.html>


More information about the webkit-unassigned mailing list