Home
last modified time | relevance | path

Searched full:foo1 (Results 1 – 25 of 56) sorted by relevance

123

/arkcompiler/ets_runtime/test/aottest/calls/
Dcalls.ts21 function foo1(a: any) { function
38 print(foo1(1));
39 print(foo1(1));
40 print(foo1(1));
/arkcompiler/ets_runtime/test/deopttest/div/
Ddiv.ts27 function foo1(n:number) function
32 print(foo1(6.0));
33 print(foo1(9));
/arkcompiler/ets_runtime/test/deopttest/mod/
Dmod.ts28 function foo1(n:number) function
33 print(foo1(6.0));
34 print(foo1(9));
/arkcompiler/ets_runtime/test/deopttest/arithmetic/
Darithmetic.ts27 function foo1(n:number) function
32 print(foo1(6.0));
33 print(foo1(9));
/arkcompiler/ets_runtime/test/deopttest/comparison/
Dcomparison.ts28 function foo1(n:number) function
33 print(foo1(6.0));
34 print(foo1(9));
/arkcompiler/ets_frontend/testTs/expect/types/typeRelationships/typeAndMemberIdentity/
DtypeParametersAreIdenticalToThemselves.txt1 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'foo1'}, {'t': 2, 'v': 0}, {'t': 2, 'v': …
6 … 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 4}, {'t': 5, 'v': 'foo1'}, {'t': 24, 'v': '…
7 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 128}, {'t': 5, 'v': 'foo1'}, {'t': 2, 'v': 0}, {'t': 2, 'v'…
8 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 128}, {'t': 5, 'v': 'foo1'}, {'t': 2, 'v': 0}, {'t': 2, 'v'…
9 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'foo1'}, {'t': 2, 'v': 0}, {'t': 2, 'v': …
20 … 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 3}, {'t': 5, 'v': 'foo1'}, {'t': 24, 'v': '…
21 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 128}, {'t': 5, 'v': 'foo1'}, {'t': 2, 'v': 0}, {'t': 2, 'v'…
22 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 128}, {'t': 5, 'v': 'foo1'}, {'t': 2, 'v': 0}, {'t': 2, 'v'…
23 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'foo1'}, {'t': 2, 'v': 0}, {'t': 2, 'v': …
/arkcompiler/ets_runtime/test/aottest/aot_type_test/typeadd/
Dtypeadd.ts29 function foo1(arg0:number, arg1:number) { function
32 print(foo1(1, 2))
/arkcompiler/ets_runtime/test/aottest/call_same_bytecode_func/
Dcall_same_bytecode_func.ts17 function foo1(a:string, b:string)
37 print(foo1("1", "2"));
/arkcompiler/runtime_core/tests/cts-assembly/
Darrays-06.pa72 #int foo1(int n) {
86 # if (foo1(n) != 484)
94 call.short foo1, v0, v0
103 .function i32 foo1(i32 a0){
/arkcompiler/ets_runtime/test/moduletest/yieldstar/
Dyieldstar.js22 function *foo1() { generator
28 yield *foo1()
/arkcompiler/ets_runtime/test/aottest/aot_type_test/typediv/
Dtypediv.ts30 function foo1(arg0:number, arg1:number) { function
33 print(foo1(1, 2))
/arkcompiler/ets_runtime/test/moduletest/callframe/
Dcallframe.js28 function foo1(a) { function
84 print(foo1(1,2,3)); // 'this' is undefined in strict mode
92 print(new foo1(1,2,3).a);
/arkcompiler/ets_runtime/test/aottest/aot_type_test/typemod/
Dtypemod.ts33 function foo1(arg0:number, arg1:number) { function
36 print(foo1(3, 4))
/arkcompiler/ets_runtime/test/aottest/duplicatefunctions/
Dduplicatefunctions.ts17 function foo1(a:number, b:number)
39 print(foo1(1, 1));
/arkcompiler/ets_runtime/test/aottest/aot_type_test/typesub/
Dtypesub.ts29 function foo1(arg0:number, arg1:number) { function
32 print(foo1(1, 2))
/arkcompiler/ets_runtime/test/moduletest/calltype/
Dcalltype.js43 function foo1 (a) { function
73 foo1(1);
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp109 .function void foo1() {} in HWTEST_F_L0()
126 .function void foo1() {} in HWTEST_F_L0()
152 EXPECT_STREQ(MethodLiteral::ParseFunctionName(pf, methodId[0]).c_str(), "foo1"); in HWTEST_F_L0()
161 .function void foo1() {} in HWTEST_F_L0()
270 .function void foo1() {} in HWTEST_F_L0()
/arkcompiler/runtime_core/tests/checked/
Dinline.pa102 #! EVENT /Inline,_GLOBAL::main1,_GLOBAL::foo1,.*STATIC,SUCCESS/
109 .function i32 foo1() {
119 call foo1
168 #! EVENT /Inline,Test3::main,Test3::foo1,.*VIRTUAL,SUCCESS/
174 .function i32 Test3.foo1(Test3 a0) {
192 call.virt Test3.foo1, v0
/arkcompiler/ets_runtime/test/moduletest/moduleImportJson/
DcjsImportJson.js24 module.exports.fun = function foo1 () { function
/arkcompiler/ets_frontend/testTs/expect/jsdoc/
DcheckJsdocTypedefInParamTag1.txt2 … 3}, {'tag': 2, 'value': 0}, {'tag': 2, 'value': 0}, {'tag': 5, 'value': 'foo1'}, {'tag': 2, 'valu…
/arkcompiler/ets_runtime/test/moduletest/moduleUseCjs/
DsomeArgsCjs.js24 module.exports.fun = function foo1 () { function
/arkcompiler/runtime_core/libpandafile/tests/
Dpgo_test.cpp31 StringItem *method_name_1 = container.GetOrCreateStringItem("foo1"); in CreateItems()
53 test_file << "code_item:AA::foo1" << std::endl; in CreateProfile()
/arkcompiler/runtime_core/compiler/docs/
Dtry_catch_blocks_ir.md127 …, `a1`, `a2` and contains vector of 3 throwable instructions: `call foo`, `call foo1`, `call foo2`:
134 call foo1
/arkcompiler/ets_frontend/testTs/expect/salsa/
DpropertyAssignmentUseParentType3.txt1 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'foo1'}, {'t': 2, 'v': 0}, {'t': 2, 'v': …
/arkcompiler/ets_frontend/testTs/expect/es2021/logicalAssignment/
DlogicalAssignment5.txt1 … 3}, {'tag': 2, 'value': 0}, {'tag': 2, 'value': 0}, {'tag': 5, 'value': 'foo1'}, {'tag': 2, 'valu…

123