Searched defs:declare (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-keyword-identify2.ts | 17 var declare = 0, namespace = 1, ns = 2; variable 26 declare namespace declare {} namespace
|
| D | test-declare-name.ts | 17 var declare = 1; variable
|
| D | test-keyword-identify4.ts | 17 export var declare = 0, global = 1; variable
|
| D | test-keyword-identify5.ts | 17 var declare = 0, module = 1, ns = 2; variable
|
| D | test-ts-parameter-property6.ts | 18 constructor(private declare readonly readonly) { }; property in Foo
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/ |
| D | test-ts-parameter-property6.ts | 18 constructor(private declare readonly readonly) { }; property in Foo
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | variableDeclaration.h | 39 bool declare) in VariableDeclaration()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsTypeAliasDeclaration.h | 42 bool declare) in TSTypeAliasDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | variableDeclaration.h | 32 ArenaVector<VariableDeclarator *> &&declarators, bool declare) in VariableDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsTypeAliasDeclaration.h | 33 TypeNode *typeAnnotation, bool declare) in TSTypeAliasDeclaration()
|
| D | tsModuleDeclaration.h | 29 bool declare; member
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | scriptFunction.h | 44 ir::ScriptFunctionFlags flags, bool declare, bool isTsFunction) in ScriptFunction()
|
| D | classDefinition.h | 68 … ArenaVector<TSIndexSignature *> &&indexSignatures, bool declare, bool abstract) in ClassDefinition()
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | scriptFunction.h | 44 bool declare = false; member
|