Home
last modified time | relevance | path

Searched refs:regexOperator (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/utils/
DTransformUtil.ts118 const regexOperator = new RegExp(`^${regexPattern}$`); constant
119 reservedInfo.universalReservedArray.push(regexOperator);
/arkcompiler/ets_frontend/arkguard/src/initialization/
DConfigResolver.ts491 const regexOperator = new RegExp(`^${regexPattern}$`); constant
494 configs.excludeUniversalPaths.push(regexOperator);
496 configs.keepUniversalPaths.push(regexOperator);