<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [test262] Fixing mapped arguments object property test case"
   href="https://bugs.webkit.org/show_bug.cgi?id=159398#c85">Comment # 85</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [test262] Fixing mapped arguments object property test case"
   href="https://bugs.webkit.org/show_bug.cgi?id=159398">bug 159398</a>
              from <span class="vcard"><a class="email" href="mailto:ticaiolima&#64;gmail.com" title="Caio Lima &lt;ticaiolima&#64;gmail.com&gt;"> <span class="fn">Caio Lima</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=297500&amp;action=diff" name="attach_297500" title="Patch">attachment 297500</a> <a href="attachment.cgi?id=297500&amp;action=edit" title="Patch">[details]</a></span>
Patch

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

<span class="quote">&gt;&gt; Source/JavaScriptCore/runtime/GenericArgumentsInlines.h:70
&gt;&gt; +    bool result = Base::getOwnPropertySlot(thisObject, exec, ident, slot);
&gt; 
&gt; Is this just to get the attributes?</span >

Yes! Do you think that there is another way to get them?

<span class="quote">&gt;&gt; Source/JavaScriptCore/runtime/GenericArgumentsInlines.h:234
&gt;&gt; +            if (thisObject-&gt;isMappedArgument(optionalIndex.value())) {
&gt; 
&gt; Nit: you can just use index since it's defined above.</span >

Nice catch. Thx!</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>