Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp2451 JSHandle<StringSplitResultCache> splitCacheTable(cache); in ClearCache() local
2452 uint32_t arrayLength = splitCacheTable->GetLength(); in ClearCache()
2454 splitCacheTable->Set(thread, i, JSTaggedValue::Undefined()); in ClearCache()