Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp652 HWTEST_F_L0(JSBigintTest, Uint32ToBigInt) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp531 JSHandle<BigInt> BigInt::Uint32ToBigInt(JSThread *thread, const uint32_t &number) in Uint32ToBigInt() function in panda::ecmascript::BigInt