Home
last modified time | relevance | path

Searched defs:Uint64ToBigInt (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp530 HWTEST_F_L0(JSBigintTest, Uint64ToBigInt) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp561 JSHandle<BigInt> BigInt::Uint64ToBigInt(JSThread *thread, const uint64_t &number) in Uint64ToBigInt() function in panda::ecmascript::BigInt