Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/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/es2panda/ir/base/
DclassDefinition.h52 … ArenaVector<TSIndexSignature *> &&indexSignatures, bool declare, bool abstract) in ClassDefinition()
DscriptFunction.h44 ir::ScriptFunctionFlags flags, bool declare, bool isTsFunction) in ScriptFunction()