Searched defs:TSArrayType (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ | ||
| H A D | tsArrayType.h | 27 class TSArrayType : public TypeNode { class 29 explicit TSArrayType(TypeNode *elementType) : TypeNode(AstNodeType::TS_ARRAY_TYPE), elementType_(elementType) {} in TSArrayType() function in ark::es2panda::ark::es2panda::ir::TSArrayType |
| /arkcompiler/ets_frontend/es2panda/ir/ts/ | ||
| H A D | tsArrayType.h | 32 class TSArrayType : public TypeNode { class 34 explicit TSArrayType(Expression *elementType) : TypeNode(AstNodeType::TS_ARRAY_TYPE), elementType_(elementType) {} in TSArrayType() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSArrayType |
Completed in 2 milliseconds