CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.12 (changelog, source)
Search

Predicate firstRefInTopLevel

Gets the textually first reference to var (if kind is Ref()) or declaration of var (if kind is Decl()) in tl.

Import path

import Declarations.Declarations
VarRef firstRefInTopLevel(Variable var, RefKind kind, TopLevel tl)