We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SSA::implicitInit
1 parent beca44e commit cd64ce7Copy full SHA for cd64ce7
javascript/ql/src/semmle/javascript/SSA.qll
@@ -737,6 +737,9 @@ class SsaRefinementNode extends SsaPseudoDefinition, TRefinement {
737
}
738
739
module SSA {
740
+ /** Gets the SSA definition corresponding to the implicit initialization of `v`. */
741
+ SsaImplicitInit implicitInit(SsaSourceVariable v) { result.getSourceVariable() = v }
742
+
743
/** Gets the SSA definition corresponding to `d`. */
744
SsaExplicitDefinition definition(VarDef d) { result.getDef() = d }
745
0 commit comments