Searched refs:fromNumber (Results 1 – 2 of 2) sorted by relevance
58 const int64 = Int64.fromNumber(Number.MAX_SAFE_INTEGER);65 const int64 = Int64.fromNumber(Number.MIN_SAFE_INTEGER);84 expect(() => Int64.fromNumber(Number.MAX_SAFE_INTEGER + 1).asNumber())
58 static fromNumber(value) { method in Int64