Home
last modified time | relevance | path

Searched refs:NewBigInt (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtagged_value_test.cpp1217 JSHandle<JSTaggedValue> testBigInt = JSHandle<JSTaggedValue>(factory->NewBigInt(TEST_NUMBER)); in HWTEST_F_L0()
1274 JSHandle<JSTaggedValue> testBigInt = JSHandle<JSTaggedValue>(factory->NewBigInt(TEST_NUMBER)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.h401 JSHandle<BigInt> NewBigInt(uint32_t length);
H A Djs_bigint.cpp204 JSHandle<BigInt> bigint = factory->NewBigInt(length); in CreateBigint()
H A Dobject_factory.cpp3358 JSHandle<BigInt> ObjectFactory::NewBigInt(uint32_t length) in NewBigInt() function in panda::ecmascript::ObjectFactory

Completed in 20 milliseconds