Call to function
Author: LGTM
import javascript
from CallExpr c
where c.getCalleeName() = "eval"
select cDescription
Finds function calls of the form `eval(...)`
import javascript
from CallExpr c
where c.getCalleeName() = "eval"
select cFinds function calls of the form `eval(...)`