Home
last modified time | relevance | path

Searched defs:ElementType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DarrayType.h27 Type *ElementType() in ElementType() function
32 const Type *ElementType() const in ElementType() function
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsArrayType.h36 const Expression *ElementType() const in ElementType() function
DtsTupleType.h41 const ArenaVector<Expression *> &ElementType() const in ElementType() function
DtsNamedTupleMember.h48 const Expression *ElementType() const in ElementType() function
/arkcompiler/ets_runtime/ecmascript/
Dweak_vector.h26 enum ElementType { enum
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DmappedTypesArraysTuples.ts172 type ElementType<T> = T extends Array<infer U> ? U : never; alias