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

Member predicate Variable :: isCaptured

Holds if this variable is captured in the closure of a nested function.

Global variables are always considered to be captured.

predicate isCaptured ( )