Skip to content

asgerf/callgraphjs.dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

callgraphjs

Approximate call graph construction for JavaScript, based on the algorithm in this paper, using straightforward depth-first search as its transitive closure.

This implementation is intended for demonstration and reference purposes.

It also serves as an example of how to use parsejs.

Example usage

git checkout https://github.com/asgerf/callgraphjs.dart
cd callgraphjs.dart
pub get

cd bin
dart main.dart ../benchmarks/deltablue.js

About

Build approximate call graphs for JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published