Named function expression
Author: LGTM
import javascript
from FunctionExpr fn
where exists(fn.getName())
select fnDescription
Finds function expressions that have a name
import javascript
from FunctionExpr fn
where exists(fn.getName())
select fnFinds function expressions that have a name