Home
last modified time | relevance | path

Searched defs:isEnum (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts126 static isEnum(tsSymbol: ts.Symbol): boolean { method in TsUtils
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts2245 const isEnum = this.isNumericEnumType(type); constant
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js10430 oe.isEnum = t => t && t.hasOwnProperty("__enums__"); function