1// 20.1.2.6 Number.MAX_SAFE_INTEGER 2var $export = require('./_export'); 3 4$export($export.S, 'Number', { MAX_SAFE_INTEGER: 0x1fffffffffffff }); 5