Home
last modified time | relevance | path

Searched refs:x11 (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/es6ImportNamedImportDts/
Dclient.ts45 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");
Dserver.ts26 export class x11 { } class
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/es6ImportNamedImport/
Des6ImportNamedImport_1.ts60 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/
Des6ImportNamedImportInEs5_1.ts60 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/
Des6ImportNamedImportAmd_1.ts60 import { a1 as a11, x1 as x11 } from "es6ImportNamedImportAmd_0";
65 let xxxx = x11;
67 AssertType(x11, "number");
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtypeAliases.ts97 let x11: { new(): boolean }; variable
98 AssertType(x11, "new () => boolean");
100 let x11: T11; variable
101 AssertType(x11, "new () => boolean");
DmappedTypesArraysTuples.ts69 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>[]");
DdeclarationEmitDestructuringObjectLiteralPattern2.ts21 let { a: x11, b: { a: y11, b: { a: z11 }}} = { a: 1, b: { a: "hello", b: { a: true } } };
23 AssertType(x11, "number");
DgenericsManyTypeParameters.ts51 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");
DliteralTypes2.ts576 const x11 = g8(1, x => x + 1); // Type number
577 AssertType(x11, "number");
DobjectSpread.ts773 let x11 = { ...v };
774 AssertType(x11, "union");
DgeneratedContextualTyping.ts112 let x11: (s: Base[]) => any = n => { let n: Base[]; variable
113 AssertType(x11, "(Base[]) => any");
/arkcompiler/runtime_core/tests/checked/
Dinline.pa407 movi v1, 0x11
488 movi v0, 0x11
/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts32 x11: number; property in C