[][src]Constant js_int::MAX_SAFE_UINT

pub const MAX_SAFE_UINT: u64 = 0x001F_FFFF_FFFF_FFFF;

The same as MAX_SAFE_INT, but with u64 as the type.