Is it possible to access the AST of the v8 engine, for a given JavaScript code? I\'m working on a JavaScript Static Analyzer using V8 engine.
Use --print-ast via SetFlagsFromString
--print-ast
SetFlagsFromString