Searched defs:abstract (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ir/ts/ |
H A D | tsConstructorType.h | 32 explicit TSConstructorType(FunctionSignature signature, bool abstract) in TSConstructorType() argument
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
H A D | tsConstructorType.h | 40 TSConstructorType(binder::Scope *scope, ArenaVector<Expression *> &¶ms, TSTypeParameterDeclaration *typeParams, Expression *returnType, bool abstract) TSConstructorType() argument
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
H A D | classDefinition.h | 63 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 D | isa.h | 130 namespace abstract { namespace
|
Completed in 3 milliseconds