Lines Matching refs:BigInt
476 Handle<BigInt> value; \
479 BigInt::Divide(isolate, Handle<BigInt>(handle->field(), isolate), \
480 BigInt::FromUint64(isolate, scale))); \
481 Handle<Object> number = BigInt::ToNumber(isolate, value); \
491 Handle<BigInt> value; \
494 BigInt::Divide(isolate, Handle<BigInt>(handle->field(), isolate), \
495 BigInt::FromUint64(isolate, scale))); \
691 isolate, Handle<BigInt>(zoned_date_time->nanoseconds(), isolate))); \