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

Module Internal

Import path

import javascript

Predicates

getDefReachingEndOf

Gets an SSA definition of v that reaches the end of basic block bb.

getDefinition

Gets the unique SSA definition of v whose value reaches the ith node of bb, which is a use of v.

Datatypes

RefKind

A classification of variable references into reads and writes.

TSsaDefinition

A data type representing SSA definitions.