Callbacks
Author: LGTM
import javascript
from InvokeExpr invk, DataFlow::FunctionNode f
where f.flowsToExpr(invk.getAnArgument())
select invk, fDescription
Finds functions that are passed as arguments to other functions
import javascript
from InvokeExpr invk, DataFlow::FunctionNode f
where f.flowsToExpr(invk.getAnArgument())
select invk, fFinds functions that are passed as arguments to other functions