<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [JSC] setter / getter is not properly set with numeric properties"
   href="https://bugs.webkit.org/show_bug.cgi?id=145358#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [JSC] setter / getter is not properly set with numeric properties"
   href="https://bugs.webkit.org/show_bug.cgi?id=145358">bug 145358</a>
              from <span class="vcard"><a class="email" href="mailto:utatane.tea&#64;gmail.com" title="Yusuke Suzuki &lt;utatane.tea&#64;gmail.com&gt;"> <span class="fn">Yusuke Suzuki</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=145358#c1">comment #1</a>)
<span class="quote">&gt; The following issue might be related to this issue.
&gt; 
&gt; var object = {
&gt;     get 2() {
&gt;         return 1;
&gt;     },
&gt;     set 2(value) {
&gt;         throw new Error(2);
&gt;     },
&gt;     2: 2,  // Throw new Error(2)
&gt; };
&gt; 
&gt; Is this expected behavior?</span >

<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [JSC] Generate put_by_val_direct for indexed identifiers instead of put_by_id with direct postfix"
   href="show_bug.cgi?id=145360">https://bugs.webkit.org/show_bug.cgi?id=145360</a> fixes it.
But the other 3 issues remain.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>