Home | History | Annotate | Download | only in wasm

Lines Matching full:has_next

626   bool has_next = instance_wrapper->has_next();
629 if (!has_prev && !has_next) {
642 } else if (!has_next) {
645 DCHECK(has_next && has_prev);
2257 while (instance_wrapper->has_next()) {