1

Given the code:

(function(fn){ define(fn); })(function() { return 0; });

I've got the AST_SymbolRef of fn by a tree walker, how can I get the AST_Function of function() { return 0; } by that reference?

Sin
  • 805
  • 1
  • 6
  • 18

0 Answers0