Searched refs:tagInputString (Results 1 – 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_regexp.cpp | 619 JSHandle<JSTaggedValue> tagInputString = JSHandle<JSTaggedValue>::Cast(inputString); in RegExpReplaceFast() local 637 …STaggedValue cacheResult = cacheTable->FindCachedResult(thread, pattern, flagsBits, tagInputString, in RegExpReplaceFast() 689 endIndex = AdvanceStringIndex(tagInputString, endIndex, unicode); in RegExpReplaceFast() 698 … RegExpExecResultCache::AddResultInCache(thread, cacheTable, pattern, flagsBits, tagInputString, in RegExpReplaceFast()
|