Hi! I don't know about the logs, but you can use d8 with the --print-ast flag.
Ujjwal On Mon, Jan 21, 2019, 10:52 AM solaiman hosen <[email protected] wrote: > Hello, > > I want to visualize the abstract syntax tree of JavaScript code. I will be > able to build and run the v8 engine with chromium after putting some logs > into the code. Could you please tell me where to put the logs so that I > would be able to see the ast of JavaScript code using V8. > > Thank You. > > -- > -- > v8-dev mailing list > [email protected] > http://groups.google.com/group/v8-dev > --- > You received this message because you are subscribed to the Google Groups > "v8-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
