Home
last modified time | relevance | path

Searched refs:GetInt64MaxBigint (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.h120 static JSHandle<BigInt> GetInt64MaxBigint(JSThread *thread);
Djs_tagged_value-inl.h176 JSHandle<BigInt> resValue = BigInt::GetInt64MaxBigint(thread); in ToBigInt64()
Djs_bigint.cpp78 JSHandle<BigInt> BigInt::GetInt64MaxBigint(JSThread *thread) in GetInt64MaxBigint() function in panda::ecmascript::BigInt
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp622 JSHandle<BigInt> int64MaxBigint2 = BigInt::GetInt64MaxBigint(thread); in HWTEST_F_L0()