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

Module InferredTypes

Import path

import semmle.javascript.dataflow.InferredTypes

Predicates

ppAllTypeTags

INTERNAL: Only to be used by the flow analysis library.

Classes

InferredType

A type inferred by the flow analysis.

NonPrimitiveType

A non-primitive type (that is, one of function, class, date or object) inferred by the flow analysis.

PrimitiveType

A primitive type (that is, one of null, undefined, boolean, number or string) inferred by the flow analysis.

TypeofTag

A typeof tag, that is, a possible result of the typeof operator.

Datatypes

TypeTag

Types inferred by the flow analysis, represented as type tags.