![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/dceprojects.corals.io/node_modules/es5-ext/array/of/ |
"use strict"; var isFunction = require("../../function/is-function") , slice = Array.prototype.slice , defineProperty = Object.defineProperty , desc = { configurable: true, enumerable: true, writable: true, value: null }; module.exports = function (/* …items*/) { var result, i, length; if (!this || this === Array || !isFunction(this)) return slice.call(arguments); result = new this((length = arguments.length)); for (i = 0; i < length; ++i) { desc.value = arguments[i]; defineProperty(result, i, desc); } desc.value = null; result.length = length; return result; };