Searched refs:ToBigInt64 (Results 1 – 4 of 4) sorted by relevance
414 static JSTaggedValue ToBigInt64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged);
169 inline JSTaggedValue JSTaggedValue::ToBigInt64(JSThread *thread, const JSHandle<JSTaggedValue> &tag… in ToBigInt64() function
594 JSHandle<BigInt> bigInt64(thread, JSTaggedValue::ToBigInt64(thread, bigint)); in BigIntToInt64()
187 value = JSHandle<JSTaggedValue>(thread, JSTaggedValue::ToBigInt64(thread, value)); in Wait()