Home
last modified time | relevance | path

Searched defs:reservedConfig (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/utils/
DCommonCollections.ts82 …export let reservedConfig: Set<string> = new Set(); // Obtain the name from the user-configured .d… variable
DTransformUtil.ts148 const reservedConfig = config?.[optionName]; constant