Home
last modified time | relevance | path

Searched refs:big_int (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/ctypes/test/
H A Dtest_numbers.py229 big_int = int(sys.float_info.max) * 2
231 self.assertRaises(OverflowError, t, big_int)
233 self.assertRaises(OverflowError, t.__ctype_be__, big_int)
235 self.assertRaises(OverflowError, t.__ctype_le__, big_int)
/third_party/node/deps/v8/src/objects/
H A Djs-number-format.cc1656 Handle<BigInt> big_int = Handle<BigInt>::cast(numeric_obj); in IcuFormatNumber() local
1659 BigInt::ToString(isolate, big_int), in IcuFormatNumber()
1710 Handle<BigInt> big_int = Handle<BigInt>::cast(obj); in ToFormattable() local
1713 BigInt::ToString(isolate, big_int), in ToFormattable()

Completed in 5 milliseconds