{"version":3,"file":"commons-app-to-length.js.a43d2feb0ebe2aa94549.js","mappings":"+GAAA,IAAIA,EAAsB,EAAQ,MAE9BC,EAAMC,KAAKD,IAIfE,EAAOC,QAAU,SAAUC,GACzB,OAAOA,EAAW,EAAIJ,EAAID,EAAoBK,GAAW,kBAAoB,CAC/E,C","sources":["webpack://grfanclub-webview/./node_modules/core-js/internals/to-length.js"],"sourcesContent":["var toIntegerOrInfinity = require('../internals/to-integer-or-infinity');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.es/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toIntegerOrInfinity(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n"],"names":["toIntegerOrInfinity","min","Math","module","exports","argument"],"sourceRoot":""}