Declaration of variable

Author: LGTM

import javascript

from VarDecl d
where d.getVariable().getName() = 'v'
select d

Description

Finds places where we declare a variable called `v`