| /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-ts-parameter-property6.ts | 18 constructor(private declare readonly readonly) { }; property in Foo
|
| D | test-keyword-identify5.ts | 17 var declare = 0, module = 1, ns = 2; variable
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsParameterTagReusesInputNodeInEmit2/ |
| D | base.js | 20 declare function AssertType(value:any, type:string):void; function
|
| D | file.js | 20 declare function AssertType(value:any, type:string):void; function
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsParameterTagReusesInputNodeInEmit1/ |
| D | base.js | 20 declare function AssertType(value:any, type:string):void; function
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/subclassThisTypeAssignable02/ |
| D | file1.js | 20 declare function AssertType(value:any, type:string):void; variable
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | declareIdentifierAsBeginningOfStatementExpression01.ts | 24 let declare: any; variable
|
| D | unionReductionMutualSubtypes.ts | 35 declare const val: ReturnVal; constant
|
| D | definePropertytargetes5.ts | 40 declare public a; property in C
|
| D | unionAndIntersectionInference1.ts | 183 declare function f1<T, U>(x: T | U): T | U; constant
|
| D | indexingTypesWithNever.ts | 90 declare const key: never constant
|
| D | transformsElideNullUndefinedType.ts | 167 declare function fn<T>(); variable
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/commonJSAliasedExport/ |
| D | commonJSAliasedExport.js | 20 declare function AssertType(value:any, type:string):void; function
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsImportTypeBundled/ |
| D | mod1.js | 20 declare function AssertType(value:any, type:string):void; variable
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/checkJsdocTypeTagOnExportAssignment7/ |
| D | a.js | 20 declare function AssertType(value:any, type:string):void; variable
|
| /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/es2panda/ir/base/ |
| D | classDefinition.h | 52 … ArenaVector<TSIndexSignature *> &&indexSignatures, bool declare, bool abstract) in ClassDefinition()
|
| D | scriptFunction.h | 44 ir::ScriptFunctionFlags flags, bool declare, bool isTsFunction) in ScriptFunction()
|