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
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to