Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp360 CString resBigintStr4 = "162259276829213363391578010288182"; // 2 ^ 107 + 54 in HWTEST_F_L0() local
367 JSHandle<BigInt> resBigint4 = BigIntHelper::SetBigInt(thread, resBigintStr4); in HWTEST_F_L0()
441 CString resBigintStr4 = std::to_string(INT_MIN).c_str(); in HWTEST_F_L0() local
447 JSHandle<BigInt> resBigint4 = BigIntHelper::SetBigInt(thread, resBigintStr4); in HWTEST_F_L0()

Completed in 5 milliseconds