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

Predicate DataFlow::ContentSet::arrayElementLowerBound

A content set describing array elements at index bound or greater.

For bound=0 this gets the same content set as ContentSet::arrayElement(), that is, the content set describing all array elements.

For large values of bound this has no result - see ContentSet::arrayElementLowerBoundFromInt.

Import path

import javascript
ContentSet arrayElementLowerBound(int bound)