zhangnaisong
2024-05-27 a3d274cc185968709ff240cd77a11a31df045183
1
2
3
4
5
6
7
var $ = require('../internals/export');
 
// `Number.MAX_SAFE_INTEGER` constant
// https://tc39.es/ecma262/#sec-number.max_safe_integer
$({ target: 'Number', stat: true, nonConfigurable: true, nonWritable: true }, {
  MAX_SAFE_INTEGER: 0x1FFFFFFFFFFFFF
});