Home
last modified time | relevance | path

Searched defs:abstract (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-keyword-identify3.ts17 var abstract = 1; variable
22 abstract = 1; property in C
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsConstructorType.h41 … TSTypeParameterDeclaration *typeParams, Expression *returnType, bool abstract) in TSConstructorType()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsConstructorType.h32 explicit TSConstructorType(FunctionSignature signature, bool abstract) in TSConstructorType()
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.h68 … ArenaVector<TSIndexSignature *> &&indexSignatures, bool declare, bool abstract) in ClassDefinition()