<div dir="ltr"><div>Hey,</div><div><br></div><div>I wonder how to obtain an object name from LLInt? Inside jsc, JSObject do not have a map to the identifier in the original source code.</div><div><br></div><div>More specific, if I have the following JS source code:</div>
<div><br></div><div>var person = new Object();<br></div><div><br></div><div>How can I get the object name (i.e., person) from LLInt? Thanks.</div><div><br></div><div>Best, </div><div>Wei</div></div>