Call to function

Author: LGTM

import javascript
from CallExpr c
where c.getCalleeName() = "eval"
select c

Description

Finds function calls of the form `eval(...)`