Home
last modified time | relevance | path

Searched defs:resBigint2 (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp365 JSHandle<BigInt> resBigint2 = BigIntHelper::SetBigInt(thread, resBigintStr2); in HWTEST_F_L0() local
445 JSHandle<BigInt> resBigint2 = BigIntHelper::SetBigInt(thread, resBigintStr2); in HWTEST_F_L0() local
470 JSHandle<BigInt> resBigint2 = BigIntHelper::SetBigInt(thread, resBigintStr2); in HWTEST_F_L0() local
488 JSHandle<BigInt> resBigint2 = BigInt::Int64ToBigInt(thread, LLONG_MIN); in HWTEST_F_L0() local
513 JSHandle<BigInt> resBigint2 = BigInt::Uint64ToBigInt(thread, UINT_MAX); in HWTEST_F_L0() local
619 … JSHandle<BigInt> resBigint2 = BigInt::Int32ToBigInt(thread, std::numeric_limits<int32_t>::min()); in HWTEST_F_L0() local
639 …JSHandle<BigInt> resBigint2 = BigInt::Uint32ToBigInt(thread, std::numeric_limits<uint32_t>::min()); in HWTEST_F_L0() local
659 JSHandle<BigInt> resBigint2 = BigInt::Int64ToBigInt(thread, LLONG_MIN); in HWTEST_F_L0() local
706 JSHandle<BigInt> resBigint2 = BigInt::Uint64ToBigInt(thread, UINT_MAX); in HWTEST_F_L0() local
754 JSHandle<BigInt> resBigint2 = BigInt::Int32ToBigInt(thread, 1); in HWTEST_F_L0() local
[all …]