Home
last modified time | relevance | path

Searched defs:declare (Results 1 – 22 of 22) 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-ts-parameter-property6.ts18 constructor(private declare readonly readonly) { }; property in Foo
Dtest-keyword-identify5.ts17 var declare = 0, module = 1, ns = 2; variable
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsParameterTagReusesInputNodeInEmit2/
Dbase.js20 declare function AssertType(value:any, type:string):void; function
Dfile.js20 declare function AssertType(value:any, type:string):void; function
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsParameterTagReusesInputNodeInEmit1/
Dbase.js20 declare function AssertType(value:any, type:string):void; function
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/subclassThisTypeAssignable02/
Dfile1.js20 declare function AssertType(value:any, type:string):void; variable
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DdeclareIdentifierAsBeginningOfStatementExpression01.ts24 let declare: any; variable
DunionReductionMutualSubtypes.ts35 declare const val: ReturnVal; constant
DdefinePropertytargetes5.ts40 declare public a; property in C
DunionAndIntersectionInference1.ts183 declare function f1<T, U>(x: T | U): T | U; constant
DindexingTypesWithNever.ts90 declare const key: never constant
DtransformsElideNullUndefinedType.ts167 declare function fn<T>(); variable
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/commonJSAliasedExport/
DcommonJSAliasedExport.js20 declare function AssertType(value:any, type:string):void; function
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsImportTypeBundled/
Dmod1.js20 declare function AssertType(value:any, type:string):void; variable
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/checkJsdocTypeTagOnExportAssignment7/
Da.js20 declare function AssertType(value:any, type:string):void; variable
/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()