Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DenumOperations.ts22 let enumType: Enum = Enum.None; variable
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsEnumDeclaration.cpp378 checker::Type *enumType = checker->Allocator()->New<checker::EnumLiteralType>( in InferType() local
396 checker::Type *enumType = InferType(checker, isConst_); in Check() local