Home
last modified time | relevance | path

Searched refs:next_search_from (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-regexp.cc1959 Node* const next_search_from = var_next_search_from.value(); in RegExpPrototypeSplitBody() local
1965 Branch(SmiEqual(next_search_from, string_length), &push_suffix_and_out, in RegExpPrototypeSplitBody()
1977 next_search_from, last_match_info); in RegExpPrototypeSplitBody()
2003 GotoIfNot(SmiEqual(match_to, next_search_from), &next); in RegExpPrototypeSplitBody()
2008 AdvanceStringIndex(string, next_search_from, is_unicode, true); in RegExpPrototypeSplitBody()