Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp508 HWTEST_F_L0(JSBigintTest, Int64ToBigInt) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp539 JSHandle<BigInt> BigInt::Int64ToBigInt(JSThread *thread, const int64_t &number) in Int64ToBigInt() function in panda::ecmascript::BigInt