Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp90 HWTEST_F_L0(JSBigintTest, CreateBigint) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp187 JSHandle<BigInt> BigInt::CreateBigint(JSThread *thread, uint32_t length) in CreateBigint() function in panda::ecmascript::BigInt