Searched refs:inputValue (Results 1 – 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_regexp.cpp | 1481 …JSHandle<JSTaggedValue> inputValue(thread, static_cast<EcmaString *>(inputStr->GetTaggedObject())); in RegExpBuiltinExec() local 1482 JSObject::CreateDataProperty(thread, results, inputKey, inputValue); in RegExpBuiltinExec() 1861 JSTaggedValue inputValue = input.GetTaggedValue(); in FindCachedResult() local 1869 if (!Match(entry, patternValue, flagsValue, inputValue, extend)) { in FindCachedResult() 1871 if (!Match(entry2, patternValue, flagsValue, inputValue, extend)) { in FindCachedResult() 1931 JSTaggedValue inputValue = input.GetTaggedValue(); in AddResultInCache() local 1935 inputValue.GetKeyHashCode(); in AddResultInCache() 1942 … cache->SetEntry(thread, entry, patternValue, flagsValue, inputValue, lastIndexValue, extend); in AddResultInCache() 1944 } else if (cache->Match(entry, patternValue, flagsValue, inputValue, extend)) { in AddResultInCache() 1957 inputValue = input.GetTaggedValue(); in AddResultInCache() [all …]
|