Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2594 JSHandle<JSTaggedValue> resultArrayCopy; in AddResultInCache() local
2598 resultArrayCopy = JSHandle<JSTaggedValue>(copyArray); in AddResultInCache()
2600 resultArrayCopy = JSHandle<JSTaggedValue>(resultArray); in AddResultInCache()
2625 cache->UpdateResultArray(thread, entry, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache()
2627 cache->UpdateResultArray(thread, entry, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache()
2650 cache->UpdateResultArray(thread, entry2, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache()
2652 cache->UpdateResultArray(thread, entry2, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache()
2659 cache->UpdateResultArray(thread, entry2, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache()