Searched refs:three (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/test/moduletest/multiargs/ |
H A D | multiargs.js | 41 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 D | test_composite_types.js | 59 three: 3,
|
/arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
H A D | instruction_combine_test.cpp | 1046 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 D | ffi_workload.cpp | 7529 TEST_TIME(CopyableGlobal::IsWeak::three); in HWTEST_F_L0()
|
Completed in 15 milliseconds