Lines Matching refs:visit
679 V8_WARN_UNUSED_RESULT bool visit(uint32_t i, Handle<Object> elm) {
688 // break out, and caller will throw. !visit would imply that
735 // If the initial length estimate was off (see special case in visit()),
1057 if (!visitor->visit(i, element_value)) return false;
1125 if (!visitor->visit(j, element_value)) return false;
1135 if (!visitor->visit(j, element_value)) return false;
1163 if (!visitor->visit(j, element_value)) return false;
1174 if (!visitor->visit(j, element_value)) return false;
1200 if (!visitor->visit(index, element)) return false;
1216 if (!visitor->visit(index, element)) return false;
1430 if (!visitor.visit(0, obj)) return ReadOnlyRoots(isolate).exception();