Home
last modified time | relevance | path

Searched refs:advanceBy (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp1211 // 8. Let advanceBy be max(1, searchLength). in ReplaceAll()
1213 int32_t advanceBy = std::max(1, searchLength); in ReplaceAll() local
1256 pos = EcmaStringAccessor::IndexOf(ecmaVm, thisString, searchString, pos + advanceBy); in ReplaceAll()

Completed in 6 milliseconds