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

Class SsaImplicitInit

An SSA definition representing the implicit initialization of a variable at the beginning of its scope.

Import path

import javascript

Direct supertypes

Indirect supertypes

Known direct subtypes

Predicates

definesAt

INTERNAL: Use getBasicBlock() and getSourceVariable() instead.

getAContributingVarDef

Gets a variable definition node whose value may end up contributing to the SSA variable defined by this definition.

getBasicBlock

Gets the basic block to which this definition belongs.

getKind

INTERNAL: Do not use.

getSourceVariable

Gets the source variable defined by this definition.

prettyPrintDef

INTERNAL: Use toString() instead.

Inherited predicates

getContainer

Gets the function or toplevel to which this definition belongs.

from SsaDefinition
getVariable

Gets the SSA variable defined by this definition.

from SsaDefinition
hasLocationInfo

Holds if this element is at the specified location. The location spans column startcolumn of line startline to column endcolumn of line endline in file filepath. For more information, see Locations.

from SsaImplicitDefinition
prettyPrintRef

INTERNAL: Do not use.

from SsaImplicitDefinition
toString

Gets a textual representation of this element.

from SsaDefinition