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-gen.cc2407 TNode<Smi> const next_search_from = var_next_search_from.value(); in RegExpPrototypeSplitBody() local
2413 Branch(SmiEqual(next_search_from, string_length), &push_suffix_and_out, in RegExpPrototypeSplitBody()
2425 next_search_from, last_match_info)); in RegExpPrototypeSplitBody()
2452 GotoIfNot(SmiEqual(match_to, next_search_from), &next); in RegExpPrototypeSplitBody()
2457 AdvanceStringIndex(string, next_search_from, is_unicode, true); in RegExpPrototypeSplitBody()