Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_context.h243 JSHandle<JSTaggedValue> GetStringToListResultCache() const in GetStringToListResultCache() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp2097 …StringToListResultCache> cacheTable(thread->GetCurrentEcmaContext()->GetStringToListResultCache()); in StringToList()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2922 return thread->GetCurrentEcmaContext()->GetStringToListResultCache().GetTaggedValue(); in GetStringToListCacheArray()