Kris Zyp
unread,Oct 8, 2008, 9:15:31 AM10/8/08You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
What is the best way to get the AST representation
(org.mozilla.javascript.Node or appropriate subclass) of an existing
function (one that was created by evaluation)? Currently I am calling
JS toString for the function and then creating a new Parser and
parsing that string, but seems pretty awkward. Is there a better way?