Callbacks
Author: LGTM
import javascript
from InvokeExpr invk, DataFlow::FunctionNode f
where f.flowsToExpr(invk.getAnArgument())
select invk, f
Description
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, f
Finds functions that are passed as arguments to other functions