<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:sbarati&#64;apple.com" title="Saam Barati &lt;sbarati&#64;apple.com&gt;"> <span class="fn">Saam Barati</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [JSC] correctly handle indexed properties in Object.getOwnPropertyDescriptors"
   href="https://bugs.webkit.org/show_bug.cgi?id=155563">bug 155563</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Attachment #274287 Flags</td>
           <td>review?, commit-queue?
           </td>
           <td>review+, commit-queue-
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [JSC] correctly handle indexed properties in Object.getOwnPropertyDescriptors"
   href="https://bugs.webkit.org/show_bug.cgi?id=155563#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [JSC] correctly handle indexed properties in Object.getOwnPropertyDescriptors"
   href="https://bugs.webkit.org/show_bug.cgi?id=155563">bug 155563</a>
              from <span class="vcard"><a class="email" href="mailto:sbarati&#64;apple.com" title="Saam Barati &lt;sbarati&#64;apple.com&gt;"> <span class="fn">Saam Barati</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=274287&amp;action=diff" name="attach_274287" title="Patch">attachment 274287</a> <a href="attachment.cgi?id=274287&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=274287&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=274287&amp;action=review</a>

<span class="quote">&gt; Source/JavaScriptCore/runtime/ObjectConstructor.cpp:253
&gt; +        JSObject::put(descriptors, exec, propertyName, fromDescriptor, slot);</span >

You need an exception check here. 
An exception check is also needed above
after constructEmptyObject(). I suggest
caching the VM in a local variable and checking
VM.exception()

<span class="quote">&gt; Source/JavaScriptCore/tests/es6/Object_static_methods_Object.getOwnPropertyDescriptors-proxy.js:17
&gt;      }</span >

Can we also add a test where the lack of an exception
check above is observable? I think it's probably doable
by having a setter/getter on Object.prototype that both
throw.</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>