Searched refs:tagInputString (Results 1 – 1 of 1) sorted by relevance
844 JSHandle<JSTaggedValue> tagInputString = JSHandle<JSTaggedValue>::Cast(inputString); in RegExpReplaceFast() local857 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() local967 endIndex = static_cast<uint32_t>(AdvanceStringIndex(tagInputString, endIndex, unicode)); in MatchAndReplace()