Home
last modified time | relevance | path

Searched defs:moduleCache (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp53 JSHandle<CjsModuleCache> moduleCache = JSHandle<CjsModuleCache>(thread, modCache); in SearchFromModuleCache() local
79 JSHandle<CjsModuleCache> moduleCache = JSHandle<CjsModuleCache>(thread, modCache); in PutIntoCache() local
Djs_require_manager.cpp48 JSHandle<CjsModuleCache> moduleCache = JSHandle<CjsModuleCache>(thread, modCache); in InitializeCommonJS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp11852 GateRef moduleCache = FastGetPropertyByName(glue, moduleObj, cacheName, ProfileOperation()); in SearchFromModuleCache() local