Searched refs:PositiveNumberToUint32 (Results 1 – 4 of 4) sorted by relevance
167 inline uint32_t PositiveNumberToUint32(Object* number);
155 uint32_t PositiveNumberToUint32(Object* number) { in PositiveNumberToUint32() function
1325 last_index = PositiveNumberToUint32(*last_index_obj); in RegExpReplace()1449 last_index = PositiveNumberToUint32(*last_index_obj); in RUNTIME_FUNCTION()1674 std::min(PositiveNumberToUint32(*last_index_obj), length); in RUNTIME_FUNCTION()1700 const uint32_t num_captures = PositiveNumberToUint32(*num_captures_obj); in RUNTIME_FUNCTION()1816 PositiveNumberToUint32(*captures_length_obj); in RUNTIME_FUNCTION()1836 std::min(PositiveNumberToUint32(*position_obj), length); in RUNTIME_FUNCTION()
443 uint32_t index = PositiveNumberToUint32(number); in ToValidIndex()