Home
last modified time | relevance | path

Searched defs:tailPos (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp919 int32_t tailPos = pos + static_cast<int32_t>(EcmaStringAccessor(searchString).GetLength()); in Replace() local
1100 int32_t tailPos = position + static_cast<int32_t>(EcmaStringAccessor(matched).GetLength()); in GetSubstitution() local