Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp862 * @tc.name: LeftShift
867 HWTEST_F_L0(JSBigintTest, LeftShift) in HWTEST_F_L0()
873 JSHandle<BigInt> res1 = BigInt::LeftShift(thread, bigint1, shift1); in HWTEST_F_L0()
881 JSHandle<BigInt> res2 = BigInt::LeftShift(thread, bigint1, shift2); in HWTEST_F_L0()
885 JSHandle<BigInt> res4 = BigInt::LeftShift(thread, bigint1, shift3); in HWTEST_F_L0()
896 JSHandle<BigInt> res5 = BigInt::LeftShift(thread, bigint2, shift1); in HWTEST_F_L0()
901 JSHandle<BigInt> res6 = BigInt::LeftShift(thread, bigint2, shift3); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.h99 static JSHandle<BigInt> LeftShift(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y);
H A Djs_bigint.cpp969 JSHandle<BigInt> BigInt::LeftShift(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in LeftShift() function in panda::ecmascript::BigInt
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1895 return BigInt::LeftShift(thread, leftBigint, rightBigint).GetTaggedValue(); in RuntimeShl2()

Completed in 12 milliseconds