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

Predicate TaintTracking :: isNumberGuard

Holds if guard is a test that checks if operand is a number.

Import path

import javascript
predicate isNumberGuard ( Node guard , Expr operand , boolean polarity )