Re: [v8-users] Is it possible to access the AST of the v8 engine, for a given JavaScript code?

2018-07-05 Thread 'Mathias Bynens' via v8-users
Grab a debug build (not a release build!) and run d8 --print-ast foo.js. On Thu, Jul 5, 2018 at 2:39 PM czczcheng wrote: > I want to analysis the javascript code and modify it in some cases. > > -- > -- > v8-users mailing list > v8-users@googlegroups.com > http://groups.google.com/group/v8-users

[v8-users] Is it possible to access the AST of the v8 engine, for a given JavaScript code?

2018-07-05 Thread czczcheng
I want to analysis the javascript code and modify it in some cases. -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and s