Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h359 JSHandle<BigInt> NewBigInt(uint32_t length);
Djs_serializer.cpp1215 JSHandle<BigInt> bigInt = factory_->NewBigInt(len); in ReadBigInt()
Djs_bigint.cpp194 JSHandle<BigInt> bigint = factory->NewBigInt(length); in CreateBigint()
Dobject_factory.cpp2654 JSHandle<BigInt> ObjectFactory::NewBigInt(uint32_t length) in NewBigInt() function in panda::ecmascript::ObjectFactory