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