Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_context.h248 JSHandle<JSTaggedValue> GetStringToListResultCache() const in GetStringToListResultCache() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp2320 …StringToListResultCache> cacheTable(thread->GetCurrentEcmaContext()->GetStringToListResultCache()); in StringToList()
2355 …StringToListResultCache> cacheTable(thread->GetCurrentEcmaContext()->GetStringToListResultCache()); in StringToSList()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3450 return thread->GetCurrentEcmaContext()->GetStringToListResultCache().GetTaggedValue(); in GetStringToListCacheArray()