How to generate function call graphs for JavaScript?
- by Jeremy Rudd
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?