Module SyntacticHeuristics
Provides classes for reasoning syntactically about a program.
INTERNAL: Do not use outside of the semmle.javascript.heuristics module.
Import path
import semmle.javascript.heuristics.SyntacticHeuristicsImports
| javascript | Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML. |
Predicates
| isArgTo | Holds if |
| isAssignedTo | Holds if |
| isAssignedToOrConcatenatedWith | Holds if |
| isConcatenatedWith | Holds if |
| isConcatenatedWithString | Holds if |
| isConcatenatedWithStrings | Holds if |
| isReadFrom | Holds if the “name” of |