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)
Holds if guard
is a test that checks if operand
is a number.
import javascript
predicate isNumberGuard(Node guard, Expr operand, boolean polarity)