Home
last modified time | relevance | path

Searched defs:abstract (Results 1 – 7 of 7) 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/ets2panda/test/ast/parser/ts/
Dtest-ts-constructor-type3.ts17 var ctor1: new /* @@ label */abstract (a: number, b: string) => number; variable
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsConstructorType.h41 … TSTypeParameterDeclaration *typeParams, Expression *returnType, bool abstract) in TSConstructorType()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsConstructorType.h30 …explicit TSConstructorType(FunctionSignature signature, bool abstract, ArenaAllocator *const alloc… in TSConstructorType()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/constructor/ts_to_sts/
Dconstructor.js116 function abstract(value) { function in Abstract
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.h68 … ArenaVector<TSIndexSignature *> &&indexSignatures, bool declare, bool abstract) in ClassDefinition()
/arkcompiler/jsvm/src/inspector/
Dinspector_socket_server.cpp592 auto* abstract = new char[unixDomainSocketPath.length() + 2]; in DetectPort() local