Home
last modified time | relevance | path

Searched defs:declare (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-keyword-identify2.ts17 var declare = 0, namespace = 1, ns = 2; variable
26 declare namespace declare {} namespace
Dtest-declare-name.ts17 var declare = 1; variable
Dtest-keyword-identify4.ts17 export var declare = 0, global = 1; variable
Dtest-keyword-identify5.ts17 var declare = 0, module = 1, ns = 2; variable
Dtest-ts-parameter-property6.ts18 constructor(private declare readonly readonly) { }; property in Foo
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest-ts-parameter-property6.ts18 constructor(private declare readonly readonly) { }; property in Foo
/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclaration.h39 bool declare) in VariableDeclaration()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeAliasDeclaration.h42 bool declare) in TSTypeAliasDeclaration()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DvariableDeclaration.h29 ArenaVector<VariableDeclarator *> &&declarators, bool declare) in VariableDeclaration()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsModuleDeclaration.h27 …cit TSModuleDeclaration(ArenaAllocator *allocator, Expression *name, Statement *body, bool declare, in TSModuleDeclaration()
DtsTypeAliasDeclaration.h32 TypeNode *typeAnnotation, bool declare) in TSTypeAliasDeclaration()
/arkcompiler/ets_frontend/ets2panda/ir/base/
DscriptFunction.h46 bool declare, Language lang) in ScriptFunction()
57 ir::ModifierFlags flags, bool declare, Language lang) in ScriptFunction()
/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.h44 ir::ScriptFunctionFlags flags, bool declare, bool isTsFunction) in ScriptFunction()
DclassDefinition.h63 … ArenaVector<TSIndexSignature *> &&indexSignatures, bool declare, bool abstract) in ClassDefinition()