Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp358 CString resBigintStr2 = "18014398509481984"; // 2 ^ 54 in HWTEST_F_L0() local
365 JSHandle<BigInt> resBigint2 = BigIntHelper::SetBigInt(thread, resBigintStr2); in HWTEST_F_L0()
439 CString resBigintStr2 = std::to_string(LLONG_MIN).c_str(); in HWTEST_F_L0() local
445 JSHandle<BigInt> resBigint2 = BigIntHelper::SetBigInt(thread, resBigintStr2); in HWTEST_F_L0()
466 CString resBigintStr2 = std::to_string(UINT_MAX).c_str(); in HWTEST_F_L0() local
470 JSHandle<BigInt> resBigint2 = BigIntHelper::SetBigInt(thread, resBigintStr2); in HWTEST_F_L0()

Completed in 3 milliseconds