<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@gmail.com" title="Caio Lima <ticaiolima@gmail.com>"> <span class="fn">Caio Lima</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=297500&action=diff" name="attach_297500" title="Patch">attachment 297500</a> <a href="attachment.cgi?id=297500&action=edit" title="Patch">[details]</a></span>
Patch
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=297500&action=review">https://bugs.webkit.org/attachment.cgi?id=297500&action=review</a>
<span class="quote">>> Source/JavaScriptCore/runtime/GenericArgumentsInlines.h:70
>> + bool result = Base::getOwnPropertySlot(thisObject, exec, ident, slot);
>
> Is this just to get the attributes?</span >
Yes! Do you think that there is another way to get them?
<span class="quote">>> Source/JavaScriptCore/runtime/GenericArgumentsInlines.h:234
>> + if (thisObject->isMappedArgument(optionalIndex.value())) {
>
> 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>