/arkcompiler/ets_runtime/test/typeinfer/automatedcases/namespacesWithTypeAliasOnlyExportsMerge/ |
D | constAndNS.ts | 22 declare const Q: number; 23 AssertType(Q, "number"); 25 declare namespace Q { 28 declare const try1: Q.A; 30 AssertType(Q, "any"); 33 export { Q } 35 declare const try2: Q2.Q.A; 38 AssertType(Q, "any"); 48 export { Q as default };
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | jsDeclarationsExportAssignedClassExpressionShadowing.ts | 22 member = new Q(); 24 class Q { class 27 module.exports = class Q { class 28 AssertType(module.exports = class Q { constructor() { this.x = new A(); }}, "typeof im… 30 AssertType(class Q { constructor() { this.x = new A(); }}, "typeof import("tests/cases… 31 AssertType(Q, "typeof import("tests/cases/conformance/jsdoc/declarations/index")"); 42 module.exports.Another = Q; 43 AssertType(module.exports.Another = Q, "typeof Q"); 45 AssertType(Q, "typeof Q");
|
D | exportDeclarationsInAmbientNamespaces.ts | 21 declare namespace Q { 26 Q.try(() => { }); 27 AssertType(Q.try(() => { }), "any"); 28 AssertType(Q.try, "(Function, ...any[]) => any");
|
D | modFunctionCrash.ts | 21 declare module Q { 26 Q.f(function() {this;}); 27 AssertType(Q.f(function() {this;}), "any"); 28 AssertType(Q.f, "(() => void) => any");
|
D | declarationEmitExpressionInExtends.ts | 24 new<T>(s: any): Q; 28 class Q { class
|
D | privacyCheckAnonymousFunctionParameter2.ts | 27 module Q { 34 module Q {
|
D | anyIsAssignableToObject.ts | 26 interface Q extends P { // Check assignability here. Any is assignable to {} interface
|
D | anyIsAssignableToVoid.ts | 26 interface Q extends P { // check assignability here. any is assignable to void. interface
|
D | sourceMapForFunctionInInternalModuleWithCommentPrecedingStatement01.ts | 21 module Q {
|
D | declareDottedModuleName.ts | 23 module P.Q { } // This shouldnt be emitted
|
D | keyofObjectWithGlobalSymbolIncluded.ts | 32 type Q = keyof typeof obj; alias
|
D | callOfConditionalTypeWithConcreteBranches.ts | 21 type Q<T> = number extends T ? (n: number) => void : never; 22 function fn<T>(arg: Q<T>) {
|
D | substitutionTypesCompareCorrectlyInRestrictiveInstances.ts | 25 type Q = UnionKeys<{ a : any } | { b: any }> // should be "a" | "b"
|
D | constEnums.ts | 44 Q = -D, enumerator 225 case Enum1.Q: 226 AssertType(Enum1.Q, "Enum1.Q");
|
/arkcompiler/runtime_core/tests/verifier-tests/ |
D | bug_2084.pa | 39 .record Q {} 40 .function void Q.ctor(Q a0) { 58 Q fQ 59 Q[] fQArray
|
D | bug_2088.pa | 41 .record Q {} 42 .function void Q.ctor(Q a0) { 60 Q fQ 61 Q[] fQArray
|
D | bug_2085.pa | 41 .record Q {} 42 .function void Q.ctor(Q a0) { 60 Q fQ 61 Q[] fQArray
|
D | bug_3197.pa | 16 .record Q {} 17 .function void Q.ctor(Q a0) {
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test_generic.ts | 57 class X extends Q<number> implements S<<R>(a:number, b:string) => [number]>, A { 69 type P<K, Q = [number, number, string] | any[]> = {a:K, b:Q};
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/crashInResolveInterface/ |
D | file1.ts | 21 interface Q<T> { 24 let q1: Q<{ a: number; }>;
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/declarationEmitNameConflicts/ |
D | declarationEmit_nameConflicts_0.ts | 52 export module M.Q {
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
D | assembler_aarch64.cpp | 185 case Q: in Ldp() 231 case Q: in Stp() 264 case Scale::Q: in GetOpcFromScale() 284 …uint32_t instructionCode = ((regX && (scale == Scale::Q)) << 30) | op | LoadAndStoreImm(imm, isSig… in Ldr() 296 uint32_t instructionCode = ((regX && (scale == Scale::Q)) << 30) | op | Rm(rm.GetId()) | in Ldr() 304 Ldr(rt, operand, Scale::Q); in Ldr() 1142 } else if (scale == Scale::Q) { in GetImmOfLdr() 1163 } else if (scale == Scale::Q) { in GetOpcodeOfLdr() 1176 } else if (scale == Scale::Q) { in GetOpcodeOfLdr() 1189 } else if (scale == Scale::Q) { in GetOpcodeOfLdr() [all …]
|
D | assembler_aarch64_constants.h | 71 Q = 4, enumerator
|
/arkcompiler/runtime_core/libpandafile/templates/ |
D | type.h.erb | 142 return "Q"; 180 case 'Q':
|
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/ |
D | run.bat | 50 hdc shell "hilog -Q pidoff"
|