Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2513 JSHandle<JSTaggedValue> resultArrayCopy; in AddResultInCache() local
2517 resultArrayCopy = JSHandle<JSTaggedValue>(copyArray); in AddResultInCache()
2519 resultArrayCopy = JSHandle<JSTaggedValue>(resultArray); in AddResultInCache()
2538 cache->UpdateResultArray(thread, entry, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache()
2540 cache->UpdateResultArray(thread, entry, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache()
2563 cache->UpdateResultArray(thread, entry2, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache()
2565 cache->UpdateResultArray(thread, entry2, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache()
2572 cache->UpdateResultArray(thread, entry, resultArrayCopy.GetTaggedValue(), type); in AddResultInCache()