Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc30 void Apply(ReplacementStringBuilder* builder, int match_from, int match_to,
249 int match_from, int match_to, int32_t* match) { in Apply() argument
255 if (match_from > 0) builder->AddSubjectSlice(0, match_from); in Apply()
/external/v8/src/builtins/
Dbuiltins-regexp.cc1617 Node* const match_from = LoadFixedArrayElement( in RegExpPrototypeMatchBody() local
1622 Node* match = SubString(context, string, match_from, match_to); in RegExpPrototypeMatchBody()
1986 Node* const match_from = LoadFixedArrayElement( in RegExpPrototypeSplitBody() local
1992 Branch(WordEqual(match_from, string_length), &push_suffix_and_out, &next); in RegExpPrototypeSplitBody()
2018 Node* const to = match_from; in RegExpPrototypeSplitBody()