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