Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1173 uint32_t capturesLength = captureList->GetLength(); in GetSubstitution() local
1182 if (newScaledIndex <= capturesLength) { in GetSubstitution()
1189 if (scaledIndex == 0 || scaledIndex > capturesLength) { in GetSubstitution()