/
eb
/
Surf
Обзор
Документация
Войти
/
eb
/
Surf
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/es5-ext/test/array/#/last.js
13 строк
314 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[this.length - 1]); }; 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] = {}; x[450] = {}; a(t.call(x), x[450], "Sparse"); };