<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Unite op_get_by_id_with_this with op_get_by_id"
href="https://bugs.webkit.org/show_bug.cgi?id=162124#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Unite op_get_by_id_with_this with op_get_by_id"
href="https://bugs.webkit.org/show_bug.cgi?id=162124">bug 162124</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>Created <span class=""><a href="attachment.cgi?id=289188&action=diff" name="attach_289188" title="WIP - merge get_by_id in all layers">attachment 289188</a> <a href="attachment.cgi?id=289188&action=edit" title="WIP - merge get_by_id in all layers">[details]</a></span>
WIP - merge get_by_id in all layers
This Patch is implementing get_by_id with new this operand in all layers.
However I am facing a problem on LLInt layer with the following sample:
```
class A {
get a() {throw "Bad getter";}
}
let o = new A();
o.a
```
The problem here is when the getter throws an exception. The dispatch operation to the exception just fails when I change op_get_by_id dispatch to 10 (the current is 9), and I'm getting EXEC_BAD_ACCESS as error. I am investigating into this. Do I need to configure some other place to change op_get_by_id length to 10?</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>