Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/utils/
DTransformUtil.ts81 const regexOperator = new RegExp(`^${regexPattern}$`); constant
82 reservedInfo.universalReservedArray.push(regexOperator);
83 recordWildcardMapping(reservedItem, regexOperator, shouldPrintKeptName);
/arkcompiler/ets_frontend/arkguard/src/initialization/
DConfigResolver.ts716 const regexOperator = new RegExp(`^${regexPattern}$`); constant
719 configs.excludeUniversalPaths.push(regexOperator);
721 configs.keepUniversalPaths.push(regexOperator);