/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | reverseMappedTypeDeepDeclarationEmit.ts | 40 AssertType({ Test: { Test1: { Test2: SimpleStringValidator }, }}, "{ Test: { Test1: { … 44 AssertType({ Test1: { Test2: SimpleStringValidator }, }, "{ Test1: { Test2: NativeTypeV… 46 Test1: { 47 AssertType(Test1, "{ Test2: NativeTypeValidator<string>; }"); 66 AssertType(validatorFunc({ Test: { Test1: { Test2: "hi" }, }}), "{ Test: { Test1: { Te… 68 AssertType({ Test: { Test1: { Test2: "hi" }, }}, "{ Test: { Test1: { Test2: string; };… 72 AssertType({ Test1: { Test2: "hi" }, }, "{ Test1: { Test2: string; }; }"); 74 Test1: { 75 AssertType(Test1, "{ Test2: string; }");
|
D | recursiveGenericUnionType2.ts | 21 declare module Test1 { 35 let x: Test1.Container<number>; 37 AssertType(Test1, "any"); 39 let s1: Test1.IStringContainer; 41 AssertType(Test1, "any");
|
D | recursiveGenericUnionType1.ts | 21 declare module Test1 { 35 let x: Test1.Container<number>; 37 AssertType(Test1, "any"); 39 let s1: Test1.IStringContainer; 41 AssertType(Test1, "any");
|
D | divergentAccessorsTypes1.ts | 21 class Test1 { 65 const t = new Test1(); 67 AssertType(new Test1(), "Test1"); 68 AssertType(Test1, "typeof Test1");
|
D | typePartameterConstraintInstantiatedWithDefaultWhenCheckingDefault.ts | 45 interface Test1<V, T extends Settable<T, V> = Identity<V>> { }; interface 46 let test1: Test1<number>;
|
D | quotedPropertyName2.ts | 22 class Test1 {
|
D | quotedPropertyName1.ts | 22 class Test1 {
|
D | quotedFunctionName2.ts | 22 class Test1 {
|
D | quotedFunctionName1.ts | 22 class Test1 {
|
D | typeofThisWithImplicitThis.ts | 21 function Test1() {
|
D | reverseMappedTypeAssignableToIndex.ts | 40 type Test1 = Inferred extends Record<any, string> ? true : false; alias
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/declarationEmitStringEnumUsedInNonlocalSpread/ |
D | class.ts | 22 Test1 = '123123', 27 [TestEnum.Test1]: string; 33 AssertType({ [TestEnum.Test1]: '123', [TestEnum.Test2]: '123', }, "{ 1… 36 [TestEnum.Test1]: '123', 37 AssertType([TestEnum.Test1], "string"); 38 AssertType(TestEnum.Test1, "TestEnum.Test1");
|
/arkcompiler/ets_runtime/test/typeinfer/module_test/module_class/ |
D | export1.ts | 17 class Test1 { 27 let t1 = new Test1("abc"); 32 export {Test1}
|
D | export2.ts | 18 import {Test1} from "./export1" 19 class Test2 extends Test1 {
|
D | module_class.ts | 18 import {Test1} from "./export1" 21 let t1 = new Test1("abc");
|
/arkcompiler/ets_runtime/test/typeinfer/module_test/module_retransmission/ |
D | export.ts | 17 export class Test1 { 27 export function foo2(a1 : Test1, a2 : string) :string { 31 let t1 = new Test1("abc");
|
D | module_retransmission.ts | 18 import {Test1, Test2, foo2} from "./export2" 20 let t1 = new Test1("abc");
|
/arkcompiler/runtime_core/tests/checked/ |
D | inline.pa | 19 … force_jit: true, options: "--compiler-regex=Test1::main --compiler-inlining-max-insts=8", entry… 20 #! EVENT /Inline,Test1::main,_GLOBAL::func,.*STATIC,LIMIT/ 21 #! EVENT_NEXT /Inline,Test1::main,_GLOBAL::small_func,.*STATIC,SUCCESS/ 24 … force_jit: true, options: "--compiler-regex=Test1::main --compiler-inlining-max-size=6", entry:… 25 #! EVENT /Inline,Test1::main,_GLOBAL::func,.*STATIC,LIMIT/ 26 #! EVENT_NEXT /Inline,Test1::main,_GLOBAL::small_func,.*STATIC,SUCCESS/ 28 .record Test1 {} 31 newobj v0, Test1 32 newobj v0, Test1 44 .function i32 Test1.main() { [all …]
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/moduleImportedForTypeArgumentPosition/ |
D | moduleImportedForTypeArgumentPosition_1.ts | 25 class Test1 extends C1<M2.M2C> { class
|
/arkcompiler/ets_frontend/testTs/expect/types/specifyingTypes/typeQueries/ |
D | typeofThisWithImplicitThis.txt | 1 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'Test1'}, {'t': 2, 'v': 0}, {'t': 2, 'v':…
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_regexp_test.cpp | 442 HWTEST_F_L0(BuiltinsRegExpTest, Test1) in HWTEST_F_L0() argument
|
/arkcompiler/ets_frontend/testTs/ |
D | test-case.patch | 11490 +class Test1 { 11635 +function Test1() {
|