Home
last modified time | relevance | path

Searched defs:newCache (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/tests/
H A Djs_cjs_module_cache_test.cpp99 JSHandle<CjsModuleCache> newCache = CjsModuleCache::PutIfAbsentAndReset(thread, cache, in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_require_manager.cpp49 JSHandle<CjsModuleCache> newCache = CjsModuleCache::PutIfAbsentAndReset(thread, moduleCache, in InitializeCommonJS() local
H A Djs_cjs_module.cpp81 JSHandle<CjsModuleCache> newCache = CjsModuleCache::PutIfAbsentAndReset(thread, moduleCache, filename, in PutIntoCache() local
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.h198 void SetRegExpCache(JSTaggedValue newCache) in SetRegExpCache() argument
238 void SetNumberToStringResultCache(JSTaggedValue newCache) in SetNumberToStringResultCache() argument
253 void SetStringSplitResultCache(JSTaggedValue newCache) in SetStringSplitResultCache() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp2645 auto newCache = factory->ExtendArray(JSHandle<TaggedArray>(cache), length, JSTaggedValue::Undefined()); in GrowRegexpCache() local

Completed in 8 milliseconds