Searched defs:bigInt (Results 1 – 8 of 8) sorted by relevance
56 BigInt* bigInt = *BigInt::CreateBigint(thread->GetJSThread(), arg.length); in WrapTagged() local88 BigInt *bigInt = BigInt::Cast(value.GetTaggedObject()); in UnWrapTagged() local
48 let bigInt = 9007199254740991n; variable
75 let bigInt = 124567890123456789012345678901234567890n; variable
202 static inline size_t DataSize(BigInt *bigInt) in DataSize()
189 BigInt* bigInt = BigInt::Cast(result.GetTaggedObject()); in HWTEST_F_L0() local300 BigInt* bigInt = *BigInt::CreateBigint(thread, length); in HWTEST_F_L0() local
30 let bigInt = BigInt(9007199254740991); variable
229 auto bigInt = EtsBigInt::FromEtsObject(EtsObject::Create(bigintKlass)); in JSCONVERT_UNWRAP() local
636 void PandaGen::LoadAccumulatorBigInt(const ir::AstNode *node, const util::StringView &bigInt) in LoadAccumulatorBigInt()