Home
last modified time | relevance | path

Searched full:f1 (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DGenericBridges_02.sts22 f1(v: T): T {
64 f1(v: string): string {
65 return "D.f1";
68 f1(v: Numeric|string|C<Int, W>): string {
69 return this.f1(v as string);
72 f1(v: Int): Int {
123 f1(v: U): Integral {
147 assert (c.f1(0) == 7);
148 assert (c.f2(c).f1(0) == 7);
154 assert (c.f1(0) == 8);
[all …]
DGenericBridges_01.ets21 f1(v: T): T { return v; }
35 f1(v: string): string { return "oh"; }
36 f1(v: Int): Int { return 7; }
52 f1(v: U): Integral {
70 assert (c.f1(0) == 7);
71 assert (c.f2(c).f1(0) == 7);
77 assert (c.f1(0) == 8);
78 assert (c.f2(c).f1(0) == 8);
85 assert (c.f1("ah") == "oh");
86 assert (c.f2(c).f1("ah") == "oh");
[all …]
/arkcompiler/ets_runtime/test/aottest/icnotfound/
Dicnotfound.js157 class F1 {} class in Test6
158 let f1 = new F1();
159 let P1 = F1.prototype;
167 add(f1.toNumber, "233");
169 f1.toNumber = function (str) {
179 class F1 {} class in Test7
180 let f1 = new F1();
181 let P1 = F1.prototype;
189 add(f1.toNumber, "233");
201 class F1 {} class in Test8
[all …]
/arkcompiler/ets_runtime/test/moduletest/icnotfoundtest/
Dicnotfoundtest.js157 class F1 {} class in Test6
158 let f1 = new F1();
159 let P1 = F1.prototype;
167 add(f1.toNumber, "233");
169 f1.toNumber = function (str) {
179 class F1 {} class in Test7
180 let f1 = new F1();
181 let P1 = F1.prototype;
189 add(f1.toNumber, "233");
201 class F1 {} class in Test8
[all …]
/arkcompiler/ets_runtime/test/jittest/icnotfound/
Dicnotfound.js157 class F1 {} class in Test6
158 let f1 = new F1();
159 let P1 = F1.prototype;
167 add(f1.toNumber, "233");
169 f1.toNumber = function (str) {
179 class F1 {} class in Test7
180 let f1 = new F1();
181 let P1 = F1.prototype;
189 add(f1.toNumber, "233");
201 class F1 {} class in Test8
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/01.static_fields/
Dstatic_field_declaration4.sts39 let f1: Func = a1.getF()
40 assert f1(11) == 44
46 assert f1 === f2
49 f1 = a1.getF()
50 assert f1(11) == 12
55 assert f1 === f2
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+strProp/17_declaration/
D01_declaration_01_expected.txt20 f1: number;
25 f1: number;
30 declare function f1(c: C1, d: {
52 f1: number;
57 f1: number;
62 function f1(a: ns.C1, b: {
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop/17_declaration/
D01_declaration_01_expected.txt20 f1: number;
25 f1: number;
30 declare function f1(c: C1, d: {
52 f1: number;
57 f1: number;
62 function f1(a: ns.C1, b: {
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/top/17_declaration/
D01_declaration_01_expected.txt20 f1: number;
25 f1: number;
30 declare function f1(c: C1, d: {
52 f1: number;
57 f1: number;
62 function f1(a: ns.C1, b: {
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/17_declaration/
D01_declaration_01.d.ts23 f1:number; property in C1
29 f1:number; property
36 declare function f1(a:C1, b:{a:E2}):{a:t} function
48 f1:number; property in ns.C1
54 f1:number; property
60 function f1(a:ns.C1, b:{a:ns.E2}):{a:ns.t} function
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp/17_declaration/
D01_declaration_01_expected.txt20 f1: number;
25 f1: number;
30 declare function f1(c: C1, d: {
52 f1: number;
57 f1: number;
62 function f1(a: ns.C1, b: {
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp+top/17_declaration/
D01_declaration_01_expected.txt20 f1: number;
25 f1: number;
30 declare function f1(c: C1, d: {
52 f1: number;
57 f1: number;
62 function f1(a: ns.C1, b: {
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+top/17_declaration/
D01_declaration_01_expected.txt20 f1: number;
25 f1: number;
30 declare function f1(c: C1, d: {
52 f1: number;
57 f1: number;
62 function f1(a: ns.C1, b: {
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/default/17_declaration/
D01_declaration_01_expected.txt20 f1: number;
25 f1: number;
30 declare function f1(c: C1, d: {
52 f1: number;
57 f1: number;
62 function f1(a: ns.C1, b: {
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+strProp+top/17_declaration/
D01_declaration_01_expected.txt20 f1: number;
25 f1: number;
30 declare function f1(c: C1, d: {
52 f1: number;
57 f1: number;
62 function f1(a: ns.C1, b: {
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+top+export/01_01_export_import_cases/commonjs/
Dcommonjs_import_05_expected.txt17 var f1 = require('./commonjs_export_01');
18 assert(f1.i === 'commonjs');
19 assert(f1.j(2) === 3);
20 assert(f1.k() === 'api');
21 assert(f1.l === 2);
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+strProp+top+export/01_01_export_import_cases/commonjs/
Dcommonjs_import_05_expected.txt17 var f1 = require('./commonjs_export_01');
18 assert(f1.i === 'commonjs');
19 assert(f1.j(2) === 3);
20 assert(f1.k() === 'api');
21 assert(f1.l === 2);
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop/04_class_cases/02_class_declaration/
D04_class_expression_expected.txt17 f1: number;
21 f1: number = 7;
23 return e1 * 2 * this.f1;
27 assert(insC7.f1 === 7);
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+strProp/04_class_cases/02_class_declaration/
D04_class_expression_expected.txt17 f1: number;
21 f1: number = 7;
23 return e1 * 2 * this.f1;
27 assert(insC7.f1 === 7);
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/export/17_declaration/
D01_declaration_01_expected.txt20 f1: number;
25 f1: number;
30 declare function f1(i: C1, j: {
52 f1: number;
57 f1: number;
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp+export/17_declaration/
D01_declaration_01_expected.txt20 f1: number;
25 f1: number;
30 declare function f1(i: C1, j: {
52 f1: number;
57 f1: number;
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dtry-catch-01.pa20 i32 f1
27 stobj v1, R.f1
30 ldobj v0, R.f1
35 ldobj v1, R.f1
Dtry-catch-02.pa20 i32 f1
27 stobj v1, R.f1
30 ldobj v0, R.f1
35 ldobj v1, R.f1
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/dynamic_import_tests/
Ddynamic_decl_import.sts23 override f1(p: string): double {
33 let f1: string = obj.foo(20)
36 obj.f1 = f1
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.function_types_conversions/assn_var/
Dassn-var-n2.params.yaml128 type F1 = (p: A) => A
131 function f1(p: A): A {
142 function foo(p: F1): F2 {
150 type F1 = (p: A) => A
153 function f1(p: A): A {
164 function foo(p: F1): F2 {
167 type: '(p: F1) => F1'
172 type F1 = (p: A) => A
175 function f1(p: A): A {
186 function foo(p: F1): F2 {
[all …]

12345678910>>...23