esrefactor
esrefactor copied to clipboard
How to get the references by function names
Hi ariya,
is it possible to get the references of function names? e.g
var ctx = new esrefactor.Context('function foo(){} foo(); foo();');
var id = ctx.identify(9);
//get all references of foo