Home | History | Annotate | Download | only in dist

Lines Matching refs:isValidIndex

3395 bool Value::isValidIndex(ArrayIndex index) const { return index < size(); }
3866 if (!node->isArray() || !node->isValidIndex(arg.index_)) {
3889 if (!node->isArray() || !node->isValidIndex(arg.index_))