Lines Matching refs:last_index_obj
1321 Handle<Object> last_index_obj(regexp->last_index(), isolate); in RegExpReplace() local
1322 ASSIGN_RETURN_ON_EXCEPTION(isolate, last_index_obj, in RegExpReplace()
1323 Object::ToLength(isolate, last_index_obj), in RegExpReplace()
1325 last_index = PositiveNumberToUint32(*last_index_obj); in RegExpReplace()
1446 Handle<Object> last_index_obj(regexp->last_index(), isolate); in RUNTIME_FUNCTION() local
1448 isolate, last_index_obj, Object::ToLength(isolate, last_index_obj)); in RUNTIME_FUNCTION()
1449 last_index = PositiveNumberToUint32(*last_index_obj); in RUNTIME_FUNCTION()
1666 Handle<Object> last_index_obj; in RUNTIME_FUNCTION() local
1668 isolate, last_index_obj, RegExpUtils::GetLastIndex(isolate, splitter)); in RUNTIME_FUNCTION()
1671 isolate, last_index_obj, Object::ToLength(isolate, last_index_obj)); in RUNTIME_FUNCTION()
1674 std::min(PositiveNumberToUint32(*last_index_obj), length); in RUNTIME_FUNCTION()