Lines Matching refs:Just

505       if (search_for_hole) return Just(true);
512 if (value->SameValueZero(*element_k)) return Just(true);
515 return Just(false);
530 if (value->StrictEquals(*element_k)) return Just<int64_t>(k);
533 return Just<int64_t>(-1);
776 return Just(true);
885 return Just(true);
930 return Just(true);
948 return Just(false);
964 return Just(false);
968 return Just(true);
1124 return Just(true);
1466 return Just(true);
1548 if (dictionary.is_identical_to(new_dictionary)) return Just(true);
1550 return Just(true);
1712 *result = Just(found);
1741 if (search_for_hole) return Just(true);
1749 if (value->SameValueZero(element_k)) return Just(true);
1763 if (value->SameValueZero(*element_k)) return Just(true);
1779 return Just(search_for_hole);
1794 return Just(false);
1822 return Just<int64_t>(k);
1837 if (value->StrictEquals(*element_k)) return Just<int64_t>(k);
1860 return Just<int64_t>(-1);
2062 return Just(true);
2247 if (start_from >= length) return Just(false);
2251 if (value == undefined && elements_length < length) return Just(true);
2254 return Just(false);
2274 return Just(true);
2277 return Just(false);
2286 if (elements.is_the_hole(static_cast<int>(k))) return Just(true);
2288 return Just(false);
2296 return Just(false);
2307 if (value.SameValueZero(element_k)) return Just(true);
2309 return Just(false);
2324 return Just(true);
2327 return Just(false);
2337 return Just(true);
2340 return Just(false);
2345 if (IsSmiElementsKind(Subclass::kind())) return Just(false);
2357 return Just(true);
2360 return Just(false);
2369 if (elements.get(static_cast<int>(k)).IsNaN()) return Just(true);
2371 return Just(false);
2460 return Just(new_length);
2587 return Just(true);
2599 if (start_from >= length) return Just<int64_t>(-1);
2606 return Just<int64_t>(-1);
2609 if (value.IsNaN()) return Just<int64_t>(-1);
2620 return Just<int64_t>(k);
2623 return Just<int64_t>(-1);
2670 return Just(true);
2768 return Just(true);
2990 return Just(true);
3004 if (start_from >= length) return Just<int64_t>(-1);
3007 return Just<int64_t>(-1);
3010 return Just<int64_t>(-1);
3023 return Just<int64_t>(k);
3026 return Just<int64_t>(-1);
3296 return Just(true);
3337 return Just(value->IsUndefined(isolate) && length > start_from);
3343 return Just(value->IsUndefined(isolate) && length > start_from);
3347 return Just(true);
3363 if (!value->IsBigInt()) return Just(false);
3366 if (!lossless) return Just(false);
3368 if (!value->IsNumber()) return Just(false);
3375 return Just(false);
3381 if (std::isnan(elem_k)) return Just(true);
3383 return Just(false);
3388 return Just(false);
3392 return Just(false); // Loss of precision.
3398 if (elem_k == typed_search_value) return Just(true);
3400 return Just(false);
3413 if V8_UNLIKELY (typed_array.WasDetached()) return Just<int64_t>(-1);
3418 return Just<int64_t>(-1);
3433 if (!value->IsBigInt()) return Just<int64_t>(-1);
3436 if (!lossless) return Just<int64_t>(-1);
3438 if (!value->IsNumber()) return Just<int64_t>(-1);
3443 return Just<int64_t>(-1);
3446 return Just<int64_t>(-1);
3451 return Just<int64_t>(-1);
3455 return Just<int64_t>(-1); // Loss of precision.
3462 if (elem_k == typed_search_value) return Just<int64_t>(k);
3464 return Just<int64_t>(-1);
3480 if (!value->IsBigInt()) return Just<int64_t>(-1);
3483 if (!lossless) return Just<int64_t>(-1);
3485 if (!value->IsNumber()) return Just<int64_t>(-1);
3490 return Just<int64_t>(-1);
3493 return Just<int64_t>(-1);
3498 return Just<int64_t>(-1);
3502 return Just<int64_t>(-1); // Loss of precision.
3518 if (elem_k == typed_search_value) return Just<int64_t>(k);
3520 return Just<int64_t>(-1);
4629 if (search_for_hole) return Just(true);
4643 if (value->SameValueZero(*element_k)) return Just(true);
4650 return Just(true);
4653 return Just(false);
4684 return Just<int64_t>(k);
4692 return Just<int64_t>(k);
4695 return Just<int64_t>(-1);
4752 return Just(true);
4871 return Just(true);
4923 return Just(true);
5012 return Just(true);