Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp359 CString resBigintStr3 = "162259276829213363391578010288128"; // 2 ^ 107 in HWTEST_F_L0() local
366 JSHandle<BigInt> resBigint3 = BigIntHelper::SetBigInt(thread, resBigintStr3); in HWTEST_F_L0()
440 CString resBigintStr3 = std::to_string(INT_MAX).c_str(); in HWTEST_F_L0() local
446 JSHandle<BigInt> resBigint3 = BigIntHelper::SetBigInt(thread, resBigintStr3); in HWTEST_F_L0()
467 CString resBigintStr3 = "0"; in HWTEST_F_L0() local
471 JSHandle<BigInt> resBigint3 = BigIntHelper::SetBigInt(thread, resBigintStr3); in HWTEST_F_L0()

Completed in 3 milliseconds