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

Member predicate JSLintDirective::definesFlag

Holds if this directive sets flag name to value.

If a flag is set without providing an explicit value, value is the empty string.

predicate definesFlag(string name, string value)