Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[javascript] Function not captured in call graph if created using let f = function() {...} (anonymous function) #86

Open
dawarhusain opened this issue Jul 2, 2023 · 0 comments

Comments

@dawarhusain
Copy link

The call graph generator is not working for javascript functions declared with the following syntax, that is anonymous functions

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Functions

let f = function(x, y) {
   ...
}

Is this expected behaviour and can this functionality be supported?

@dawarhusain dawarhusain changed the title [javascript] Not creating node if function is declared using let f = function() {...} [javascript] Function not captured in call graph if created using let f = function() {...} (anonymous function) Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant