<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - op_get_by_id_with_this should use inline caching"
href="https://bugs.webkit.org/show_bug.cgi?id=162124#c92">Comment # 92</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - op_get_by_id_with_this should use inline caching"
href="https://bugs.webkit.org/show_bug.cgi?id=162124">bug 162124</a>
from <span class="vcard"><a class="email" href="mailto:sbarati@apple.com" title="Saam Barati <sbarati@apple.com>"> <span class="fn">Saam Barati</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=302467&action=diff" name="attach_302467" title="Patch for landing">attachment 302467</a> <a href="attachment.cgi?id=302467&action=edit" title="Patch for landing">[details]</a></span>
Patch for landing
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=302467&action=review">https://bugs.webkit.org/attachment.cgi?id=302467&action=review</a>
<span class="quote">> Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp:4346
> + jsValueResult(resultTagGPR, resultPayloadGPR, node, UseChildrenCalledExplicitly);</span >
The assertion is because you're passing UseChildfenCalledExplicitly here. Because you're not calling use(), you should not pass this value. I think the default parameter will not pass this value.
<span class="quote">> Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp:4366
> + jsValueResult(resultTagGPR, resultPayloadGPR, node, UseChildrenCalledExplicitly);</span >
Ditto</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>