How to generate function call graphs for JavaScript?
Posted
by Jeremy Rudd
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy Rudd
Published on 2009-09-06T10:11:04Z
Indexed on
2010/03/18
18:41 UTC
Read the original article
Hit count: 458
Are there softwares that can generate graphs that show which functions call which functions?
I need to analyze JavaScript source code, a language which Doxygen/Graphviz does not support, though it does support C++ and others.
If there are no tools that support JavaScript out-of-the-box, is there a way to convert JS to C++ so I can use Doxygen itself?
© Stack Overflow or respective owner