[webkit-dev] get an object name in jsc

wei wang flyingwei1986 at gmail.com
Wed Apr 16 00:56:45 PDT 2014


Hey,

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.

More specific, if I have the following JS source code:

var person = new Object();

How can I get the object name (i.e., person) from LLInt? Thanks.

Best,
Wei
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20140416/34b91bc1/attachment.html>


More information about the webkit-dev mailing list