Home
last modified time | relevance | path

Searched refs:three (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/multiargs/
H A Dmultiargs.js41 function three(x,y,z)
60 three('aaa','bbb','ccc')
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_composite_types/
H A Dtest_composite_types.js59 three: 3,
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dinstruction_combine_test.cpp1046 auto three = b.Int64(3); in HWTEST_F_L0() local
1049 EXPECT_EQ(instcombie.VisitGate(b.Int64Or(two, one)), three); // 2 | 1 => 3 in HWTEST_F_L0()
1067 auto three = b.Int32(3); in HWTEST_F_L0() local
1070 EXPECT_EQ(instcombie.VisitGate(b.Int32Or(two, one)), three); // 2 | 1 => 3 in HWTEST_F_L0()
1100 auto three = b.Int64(3); in HWTEST_F_L0() local
1102 EXPECT_EQ(instcombie.VisitGate(b.Int64Xor(two, one)), three); // 2 | 1 => 3 in HWTEST_F_L0()
1114 auto three = b.Int32(3); in HWTEST_F_L0() local
1116 EXPECT_EQ(instcombie.VisitGate(b.Int32Xor(two, one)), three); // 2 | 1 => 3 in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp7529 TEST_TIME(CopyableGlobal::IsWeak::three); in HWTEST_F_L0()

Completed in 15 milliseconds