/arkcompiler/ets_runtime/test/typeinfer/automatedcases/es6ImportNamedImportDts/ |
D | client.ts | 45 import { x11 as z, } from "./server"; 68 import { a111 as a11, x111 as x11 } from "./server"; 74 export let xxxx9 = new x11(); 76 AssertType(new x11(), "x11"); 77 AssertType(x11, "typeof x11");
|
D | server.ts | 26 export class x11 { } class
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/es6ImportNamedImport/ |
D | es6ImportNamedImport_1.ts | 60 import { a1 as a11, x1 as x11 } from "./es6ImportNamedImport_0"; 65 let xxxx = x11; 67 AssertType(x11, "number");
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/es6ImportNamedImportInEs5/ |
D | es6ImportNamedImportInEs5_1.ts | 60 import { a1 as a11, x1 as x11 } from "./es6ImportNamedImportInEs5_0"; 65 let xxxx = x11; 67 AssertType(x11, "number");
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/es6ImportNamedImportAmd/ |
D | es6ImportNamedImportAmd_1.ts | 60 import { a1 as a11, x1 as x11 } from "es6ImportNamedImportAmd_0"; 65 let xxxx = x11; 67 AssertType(x11, "number");
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | typeAliases.ts | 97 let x11: { new(): boolean }; variable 98 AssertType(x11, "new () => boolean"); 100 let x11: T11; variable 101 AssertType(x11, "new () => boolean");
|
D | mappedTypesArraysTuples.ts | 69 declare let x11: Box<number>[]; 70 AssertType(x11, "Box<number>[]"); 72 let y11 = unboxify(x11); 74 AssertType(unboxify(x11), "number[]"); 76 AssertType(x11, "Box<number>[]");
|
D | declarationEmitDestructuringObjectLiteralPattern2.ts | 21 let { a: x11, b: { a: y11, b: { a: z11 }}} = { a: 1, b: { a: "hello", b: { a: true } } }; 23 AssertType(x11, "number");
|
D | genericsManyTypeParameters.ts | 51 x11: a111, y13: a211, z11: a311, a11: a411, b11: a511, c11: a611, 61 … z9 , a9 , b9 , c9, x10 , y12 , z10 , a10 , b10 , c10, x11 , y13 , z11 , a11 ,… 142 x11 , y13 , z11 , a11 , b11 , c11, 143 AssertType(x11, "a111");
|
D | literalTypes2.ts | 576 const x11 = g8(1, x => x + 1); // Type number 577 AssertType(x11, "number");
|
D | objectSpread.ts | 773 let x11 = { ...v }; 774 AssertType(x11, "union");
|
D | generatedContextualTyping.ts | 112 let x11: (s: Base[]) => any = n => { let n: Base[]; variable 113 AssertType(x11, "(Base[]) => any");
|
/arkcompiler/runtime_core/tests/checked/ |
D | inline.pa | 407 movi v1, 0x11 488 movi v0, 0x11
|
/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/ |
D | dictionary_mode.ts | 32 x11: number; property in C
|