| /arkcompiler/ets_runtime/test/aottest/calls/ |
| D | calls.ts | 21 function foo1(a: any) { function 38 print(foo1(1)); 39 print(foo1(1)); 40 print(foo1(1));
|
| /arkcompiler/ets_runtime/test/deopttest/div/ |
| D | div.ts | 27 function foo1(n:number) function 32 print(foo1(6.0)); 33 print(foo1(9));
|
| /arkcompiler/ets_runtime/test/deopttest/mod/ |
| D | mod.ts | 28 function foo1(n:number) function 33 print(foo1(6.0)); 34 print(foo1(9));
|
| /arkcompiler/ets_runtime/test/deopttest/arithmetic/ |
| D | arithmetic.ts | 27 function foo1(n:number) function 32 print(foo1(6.0)); 33 print(foo1(9));
|
| /arkcompiler/ets_runtime/test/deopttest/comparison/ |
| D | comparison.ts | 28 function foo1(n:number) function 33 print(foo1(6.0)); 34 print(foo1(9));
|
| /arkcompiler/ets_frontend/testTs/expect/types/typeRelationships/typeAndMemberIdentity/ |
| D | typeParametersAreIdenticalToThemselves.txt | 1 {'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/ |
| D | typeadd.ts | 29 function foo1(arg0:number, arg1:number) { function 32 print(foo1(1, 2))
|
| /arkcompiler/ets_runtime/test/aottest/call_same_bytecode_func/ |
| D | call_same_bytecode_func.ts | 17 function foo1(a:string, b:string) 37 print(foo1("1", "2"));
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | arrays-06.pa | 72 #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/ |
| D | yieldstar.js | 22 function *foo1() { generator 28 yield *foo1()
|
| /arkcompiler/ets_runtime/test/aottest/aot_type_test/typediv/ |
| D | typediv.ts | 30 function foo1(arg0:number, arg1:number) { function 33 print(foo1(1, 2))
|
| /arkcompiler/ets_runtime/test/moduletest/callframe/ |
| D | callframe.js | 28 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/ |
| D | typemod.ts | 33 function foo1(arg0:number, arg1:number) { function 36 print(foo1(3, 4))
|
| /arkcompiler/ets_runtime/test/aottest/duplicatefunctions/ |
| D | duplicatefunctions.ts | 17 function foo1(a:number, b:number) 39 print(foo1(1, 1));
|
| /arkcompiler/ets_runtime/test/aottest/aot_type_test/typesub/ |
| D | typesub.ts | 29 function foo1(arg0:number, arg1:number) { function 32 print(foo1(1, 2))
|
| /arkcompiler/ets_runtime/test/moduletest/calltype/ |
| D | calltype.js | 43 function foo1 (a) { function 73 foo1(1);
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_test.cpp | 109 .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/ |
| D | inline.pa | 102 #! 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/ |
| D | cjsImportJson.js | 24 module.exports.fun = function foo1 () { function
|
| /arkcompiler/ets_frontend/testTs/expect/jsdoc/ |
| D | checkJsdocTypedefInParamTag1.txt | 2 … 3}, {'tag': 2, 'value': 0}, {'tag': 2, 'value': 0}, {'tag': 5, 'value': 'foo1'}, {'tag': 2, 'valu…
|
| /arkcompiler/ets_runtime/test/moduletest/moduleUseCjs/ |
| D | someArgsCjs.js | 24 module.exports.fun = function foo1 () { function
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | pgo_test.cpp | 31 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/ |
| D | try_catch_blocks_ir.md | 127 …, `a1`, `a2` and contains vector of 3 throwable instructions: `call foo`, `call foo1`, `call foo2`: 134 call foo1
|
| /arkcompiler/ets_frontend/testTs/expect/salsa/ |
| D | propertyAssignmentUseParentType3.txt | 1 {'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/ |
| D | logicalAssignment5.txt | 1 … 3}, {'tag': 2, 'value': 0}, {'tag': 2, 'value': 0}, {'tag': 5, 'value': 'foo1'}, {'tag': 2, 'valu…
|