Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp774 JSHandle<JSTaggedValue> tagInputString = JSHandle<JSTaggedValue>::Cast(inputString); in RegExpReplaceFast() local
793 …STaggedValue cacheResult = cacheTable->FindCachedResult(thread, pattern, flagsBits, tagInputString, in RegExpReplaceFast()
841 endIndex = static_cast<uint32_t>(AdvanceStringIndex(tagInputString, endIndex, unicode)); in RegExpReplaceFast()
850 … RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flagsBits, tagInputString, in RegExpReplaceFast()