Searched defs:resBigint2 (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_bigint_test.cpp | 389 JSHandle<BigInt> resBigint2 = BigIntHelper::SetBigInt(thread, resBigintStr2); in HWTEST_F_L0() local 469 JSHandle<BigInt> resBigint2 = BigIntHelper::SetBigInt(thread, resBigintStr2); in HWTEST_F_L0() local 494 JSHandle<BigInt> resBigint2 = BigIntHelper::SetBigInt(thread, resBigintStr2); in HWTEST_F_L0() local 512 JSHandle<BigInt> resBigint2 = BigInt::Int64ToBigInt(thread, LLONG_MIN); in HWTEST_F_L0() local 533 JSHandle<BigInt> resBigint2 = BigInt::Uint64ToBigInt(thread, UINT_MAX); in HWTEST_F_L0() local 635 … JSHandle<BigInt> resBigint2 = BigInt::Int32ToBigInt(thread, std::numeric_limits<int32_t>::min()); in HWTEST_F_L0() local 655 …JSHandle<BigInt> resBigint2 = BigInt::Uint32ToBigInt(thread, std::numeric_limits<uint32_t>::min()); in HWTEST_F_L0() local 675 JSHandle<BigInt> resBigint2 = BigInt::Int64ToBigInt(thread, LLONG_MIN); in HWTEST_F_L0() local 722 JSHandle<BigInt> resBigint2 = BigInt::Uint64ToBigInt(thread, UINT_MAX); in HWTEST_F_L0() local 770 JSHandle<BigInt> resBigint2 = BigInt::Int32ToBigInt(thread, 1); in HWTEST_F_L0() local [all …]
|