Home
last modified time | relevance | path

Searched refs:Uint32ToBigInt (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffergetvaluefrombufferforbigint_fuzzer/
H A Dbuiltinsarraybuffergetvaluefrombufferforbigint_fuzzer.cpp52 JSHandle<BigInt> bigIntNum = BigInt::Uint32ToBigInt(thread, input); in BuiltinsArrayBufferGetValueFromBufferForBigIntFuzzTest()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp52 JSHandle<BigInt> zero = BigInt::Uint32ToBigInt(thread, 0); in HWTEST_F_L0()
623 * @tc.name: Uint32ToBigInt
628 HWTEST_F_L0(JSBigintTest, Uint32ToBigInt) in HWTEST_F_L0()
630 JSHandle<BigInt> resBigint1 = BigInt::Uint32ToBigInt(thread, std::numeric_limits<uint32_t>::max()); in HWTEST_F_L0()
631 JSHandle<BigInt> resBigint2 = BigInt::Uint32ToBigInt(thread, std::numeric_limits<uint32_t>::min()); in HWTEST_F_L0()
632 JSHandle<BigInt> resBigint3 = BigInt::Uint32ToBigInt(thread, 0); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.h107 static JSHandle<BigInt> Uint32ToBigInt(JSThread *thread, const uint32_t &number);
H A Djs_bigint.cpp562 JSHandle<BigInt> BigInt::Uint32ToBigInt(JSThread *thread, const uint32_t &number) in Uint32ToBigInt() function in panda::ecmascript::BigInt
1441 remainder.Update(Uint32ToBigInt(thread, r)); in DivideAndRemainderWithUint32Divisor()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dnumber_helper.cpp1227 return BigInt::Uint32ToBigInt(thread, 0).GetTaggedValue();

Completed in 8 milliseconds