Home
last modified time | relevance | path

Searched refs:KEYOF (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsTypeOperator.h41 return operatorType_ == TSOperatorType::KEYOF; in IsKeyof()
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsTypeOperator.h51 return operatorType_ == TSOperatorType::KEYOF; in IsKeyof()
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastNodeFlags.h103 enum class TSOperatorType { READONLY, KEYOF, UNIQUE }; member in ark::es2panda::ir::ModifierFlags::TSOperatorType
H A DastDump.cpp64 if (operatorType == TSOperatorType::KEYOF) { in TypeOperatorToString()
/arkcompiler/ets_frontend/es2panda/ir/
H A DastNode.h102 enum class TSOperatorType { READONLY, KEYOF, UNIQUE }; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSOperatorType
H A DastDump.cpp71 if (operatorType == TSOperatorType::KEYOF) { in TypeOperatorToString()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp527 auto *typeOperator = AllocNode<ir::TSTypeOperator>(type, ir::TSOperatorType::KEYOF); in ParseTypeOperatorOrTypeReference()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp874 auto *typeOperator = AllocNode<ir::TSTypeOperator>(type, ir::TSOperatorType::KEYOF); in ParseTsTypeOperatorOrTypeReference()

Completed in 21 milliseconds