Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc2423 TNode<HeapObject> const match_indices_ho = in RegExpPrototypeSplitBody() local
2430 Branch(IsNull(match_indices_ho), &push_suffix_and_out, &next); in RegExpPrototypeSplitBody()
2434 TNode<FixedArray> match_indices = CAST(match_indices_ho); in RegExpPrototypeSplitBody()