Searched refs:NewBigInt (Results 1 – 4 of 4) sorted by relevance
359 JSHandle<BigInt> NewBigInt(uint32_t length);
1215 JSHandle<BigInt> bigInt = factory_->NewBigInt(len); in ReadBigInt()
194 JSHandle<BigInt> bigint = factory->NewBigInt(length); in CreateBigint()
2654 JSHandle<BigInt> ObjectFactory::NewBigInt(uint32_t length) in NewBigInt() function in panda::ecmascript::ObjectFactory