Home
last modified time | relevance | path

Searched defs:reservedNames (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DApiReader.spec.ts146 let reservedNames = projectAndLibs.libExportNames; variable
200 let reservedNames = projectAndLibs.libExportNames; variable
255 let reservedNames = projectAndLibs.libExportNames; variable
283 let reservedNames = projectAndLibs.libExportNames; variable
338 let reservedNames = projectAndLibs.libExportNames; variable
420 let reservedNames = projectAndLibs.libExportNames; variable
503 let reservedNames = projectAndLibs.libExportNames; variable
DScopeAnalyzer.spec.ts308 const reservedNames = scopeManager.getReservedNames(); constant
349 const reservedNames = scopeManager.getReservedNames(); constant
390 const reservedNames = scopeManager.getReservedNames(); constant
DFileUtils.spec.ts182 let reservedNames = []; variable
/arkcompiler/ets_frontend/arkguard/src/generator/
DINameGenerator.ts18 reservedNames?: Set<string>; property
/arkcompiler/ets_frontend/arkguard/src/initialization/
DConfigResolver.ts117 reservedNames: string[] = []; property in MergedConfig