Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/utils/
DTransformUtil.ts162 export function isReservedLocalVariable(mangledName: string): boolean { function
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DTransformUtil.spec.ts221 …const isReservedLocalVariable: boolean = isInLocalWhitelist(originalName, recordMap, nameWithScope… constant