Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsConstructorType.h32 explicit TSConstructorType(FunctionSignature signature, bool abstract) in TSConstructorType() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsConstructorType.h40 TSConstructorType(binder::Scope *scope, ArenaVector<Expression *> &&params, TSTypeParameterDeclaration *typeParams, Expression *returnType, bool abstract) TSConstructorType() argument
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.h63 ClassDefinition(binder::ClassScope *scope, Identifier *ident, TSTypeParameterDeclaration *typeParams, TSTypeParameterInstantiation *superTypeParams, ArenaVector<TSClassImplements *> &&implements, MethodDefinition *ctor, MethodDefinition *staticInitializer, MethodDefinition *instanceInitializer, Expression *superClass, ArenaVector<Statement *> &&body, ArenaVector<TSIndexSignature *> &&indexSignatures, bool declare, bool abstract) ClassDefinition() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Disa.h130 namespace abstract { namespace

Completed in 3 milliseconds