Searched defs:isReservedLocalVariable (Results 1 – 2 of 2) sorted by relevance
162 export function isReservedLocalVariable(mangledName: string): boolean { function
221 …const isReservedLocalVariable: boolean = isInLocalWhitelist(originalName, recordMap, nameWithScope… constant