Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1303 …int32_t, bool> ProcessDigitCapture(const JSHandle<EcmaString> &replacementFlat, uint32_t peekIndex, in ProcessDigitCapture()
1343int32_t peekIndex, const JSHandle<JSTaggedValue> &namedCaptures, in ProcessNamedCaptures()
1402 int peekIndex = nextDollarIndex + 1; in GetSubstitution() local