Home
last modified time | relevance | path

Searched defs:PropertyCache (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/initialization/
DtempNameCache.json3 "PropertyCache": {}, object
/arkcompiler/ets_frontend/arkguard/test/testData/cache/
DtestPrintNameCache.json4 "PropertyCache": {}, object
/arkcompiler/runtime_core/panda_guard/tests/unittest/configs/
Dname_cache_test_04.json13 "PropertyCache": { object
Dname_cache_test_02.json16 "PropertyCache": { object
Dcontext_test_01_name_cache.json16 "PropertyCache": { object
Dname_cache_test_01.json17 "PropertyCache": { object
/arkcompiler/ets_frontend/arkguard/src/initialization/
DConfigResolver.ts1067 PropertyCache?: Object; constant
1077 const { compileSdkVersion, PropertyCache, FileNameCache, ...rest } = nameCache; constant