Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DApiExtractor.spec.ts306 …let reservedProperties = projectAndLibs.exportNameAndPropSet == undefined? new Set<string> : proje… variable
399 …let reservedProperties = projectAndLibs.exportNameAndPropSet == undefined? new Set<string> : proje… variable
493 …let reservedProperties = projectAndLibs.exportNameAndPropSet == undefined? new Set<string> : proje… variable
518 …let reservedProperties = projectAndLibs.exportNameAndPropSet == undefined? new Set<string> : proje… variable
/arkcompiler/runtime_core/panda_guard/tests/unittest/configs/
Dname_cache_test_02_config.json18 "reservedProperties": [], array
Dcontext_test_01_config.json23 "reservedProperties": [], array
Doptions_test_05_config.json24 "reservedProperties": [], array
Doptions_test_01_config.json29 "reservedProperties": [ array
/arkcompiler/ets_frontend/arkguard/src/utils/
DCommonCollections.ts25 export let reservedProperties: Set<string> = new Set(); variable
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts979 const reservedProperties: string[] = [...mPropertySet.values()]; constant