Searched refs:ToBigUint64 (Results 1 – 3 of 3) sorted by relevance
415 static JSTaggedValue ToBigUint64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged);
185 inline JSTaggedValue JSTaggedValue::ToBigUint64(JSThread *thread, const JSHandle<JSTaggedValue> &ta… in ToBigUint64() function
611 JSHandle<BigInt> bigUint64(thread, JSTaggedValue::ToBigUint64(thread, bigint)); in BigIntToUint64()