/
eb
/
Surf
Обзор
Документация
Войти
/
eb
/
Surf
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/es5-ext/test/array/#/first.js
11 строк
285 B
EvgeniyBudaev
Initial commit
17 фев 2020, 09:02
17 фев 2020, 09:02
bb6f06f
Код
Авторство
О чём код?
"use strict"; exports.__generic = function (t, a) { a(t.call(this), this[0]); }; exports[""] = function (t, a) { var x; a(t.call([]), undefined, "Empty"); a(t.call(new Array(234), undefined, "Sparse empty")); x = new Array(2342); x[434] = {}; a(t.call(x), x[434], "Sparse"); };