Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string-gen.cc1200 TNode<Smi> const dollar_index = IndexOfDollarChar(context, replace_string); in GetSubstitution() local
1201 Branch(SmiIsNegative(dollar_index), &out, &runtime); in GetSubstitution()
1205 CSA_ASSERT(this, TaggedIsPositiveSmi(dollar_index)); in GetSubstitution()
1212 match_start_index, replace_string, dollar_index); in GetSubstitution()