Searched refs:PositiveNumberToUint32 (Results 1 – 5 of 5) sorted by relevance
179 inline uint32_t PositiveNumberToUint32(Object* number);
165 uint32_t PositiveNumberToUint32(Object* number) { in PositiveNumberToUint32() function
3670 uint32_t index = PositiveNumberToUint32(number); in ToValidIndex()
1101 last_index = PositiveNumberToUint32(*last_index_obj); in StringReplaceNonGlobalRegExpWithFunction()1195 last_index = PositiveNumberToUint32(*last_index_obj); in RegExpReplace()1476 std::min(PositiveNumberToUint32(*last_index_obj), length); in RUNTIME_FUNCTION()1501 const int num_captures = PositiveNumberToUint32(*num_captures_obj); in RUNTIME_FUNCTION()1622 const int captures_length = PositiveNumberToUint32(*captures_length_obj); in RUNTIME_FUNCTION()1644 std::min(PositiveNumberToUint32(*position_obj), length); in RUNTIME_FUNCTION()
182 const int last_index = PositiveNumberToUint32(*last_index_obj); in SetAdvancedStringIndex()