<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - LLInt should support other types of prototype GetById caching."
href="https://bugs.webkit.org/show_bug.cgi?id=158083#c18">Comment # 18</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - LLInt should support other types of prototype GetById caching."
href="https://bugs.webkit.org/show_bug.cgi?id=158083">bug 158083</a>
from <span class="vcard"><a class="email" href="mailto:keith_miller@apple.com" title="Keith Miller <keith_miller@apple.com>"> <span class="fn">Keith Miller</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=280446&action=diff" name="attach_280446" title="Patch">attachment 280446</a> <a href="attachment.cgi?id=280446&action=edit" title="Patch">[details]</a></span>
Patch
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=280446&action=review">https://bugs.webkit.org/attachment.cgi?id=280446&action=review</a>
<span class="quote">> Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:703
> + JSObject* slotBase = (JSObject *) pc[6].u.pointer;</span >
Style point. This should be:
JSObject* slotBase = JSCast<JSObject*>(pc[6].u.jsCell.get());
JSCast has some builtin error checking on debug builds.</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>