(type2)
| 2884 | var floor = Math.floor; |
| 2885 | var stringFromCharCode = String.fromCharCode; |
| 2886 | function error(type2) { |
| 2887 | throw new RangeError(errors[type2]); |
| 2888 | } |
| 2889 | function map(array, callback) { |
| 2890 | const result = []; |
| 2891 | let length = array.length; |