Home
last modified time | relevance | path

Searched refs:Test1 (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DreverseMappedTypeDeepDeclarationEmit.ts40 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; }");
DrecursiveGenericUnionType2.ts21 declare module Test1 {
35 let x: Test1.Container<number>;
37 AssertType(Test1, "any");
39 let s1: Test1.IStringContainer;
41 AssertType(Test1, "any");
DrecursiveGenericUnionType1.ts21 declare module Test1 {
35 let x: Test1.Container<number>;
37 AssertType(Test1, "any");
39 let s1: Test1.IStringContainer;
41 AssertType(Test1, "any");
DdivergentAccessorsTypes1.ts21 class Test1 {
65 const t = new Test1();
67 AssertType(new Test1(), "Test1");
68 AssertType(Test1, "typeof Test1");
DtypePartameterConstraintInstantiatedWithDefaultWhenCheckingDefault.ts45 interface Test1<V, T extends Settable<T, V> = Identity<V>> { }; interface
46 let test1: Test1<number>;
DquotedPropertyName2.ts22 class Test1 {
DquotedPropertyName1.ts22 class Test1 {
DquotedFunctionName2.ts22 class Test1 {
DquotedFunctionName1.ts22 class Test1 {
DtypeofThisWithImplicitThis.ts21 function Test1() {
DreverseMappedTypeAssignableToIndex.ts40 type Test1 = Inferred extends Record<any, string> ? true : false; alias
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/declarationEmitStringEnumUsedInNonlocalSpread/
Dclass.ts22 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/
Dexport1.ts17 class Test1 {
27 let t1 = new Test1("abc");
32 export {Test1}
Dexport2.ts18 import {Test1} from "./export1"
19 class Test2 extends Test1 {
Dmodule_class.ts18 import {Test1} from "./export1"
21 let t1 = new Test1("abc");
/arkcompiler/ets_runtime/test/typeinfer/module_test/module_retransmission/
Dexport.ts17 export class Test1 {
27 export function foo2(a1 : Test1, a2 : string) :string {
31 let t1 = new Test1("abc");
Dmodule_retransmission.ts18 import {Test1, Test2, foo2} from "./export2"
20 let t1 = new Test1("abc");
/arkcompiler/runtime_core/tests/checked/
Dinline.pa19 … 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/
DmoduleImportedForTypeArgumentPosition_1.ts25 class Test1 extends C1<M2.M2C> { class
/arkcompiler/ets_frontend/testTs/expect/types/specifyingTypes/typeQueries/
DtypeofThisWithImplicitThis.txt1 {'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/
Dbuiltins_regexp_test.cpp442 HWTEST_F_L0(BuiltinsRegExpTest, Test1) in HWTEST_F_L0() argument
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch11490 +class Test1 {
11635 +function Test1() {