Home
last modified time | relevance | path

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

/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts356 export function isEnumType(tsType: ts.Type): boolean { function
360 …const isEnumType = !!(tsType.flags & ts.TypeFlags.Enum) || !!(tsType.flags & ts.TypeFlags.EnumLite… constant
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DUtils.ts192 export function isEnumType(tsType: Type): boolean { function