You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this expected behaviour and can this functionality be supported?
The text was updated successfully, but these errors were encountered:
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
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
Is this expected behaviour and can this functionality be supported?
The text was updated successfully, but these errors were encountered: