Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp844 JSHandle<JSTaggedValue> tagInputString = JSHandle<JSTaggedValue>::Cast(inputString); in RegExpReplaceFast() local
857 JSTaggedValue cacheResult = cacheTable->FindCachedResult(thread, tagInputString, in RegExpReplaceFast()
871 RegExpExecResultCache::AddResultInCache(thread, cacheTable, regexp, tagInputString, in RegExpReplaceFast()
929 JSHandle<JSTaggedValue> tagInputString = JSHandle<JSTaggedValue>::Cast(inputString); in MatchAndReplace() local
967 endIndex = static_cast<uint32_t>(AdvanceStringIndex(tagInputString, endIndex, unicode)); in MatchAndReplace()