/
var
/
www
/
cobraambalaj
/
node_modules
/
es5-ext
/
test
/
object
/
entries
/
/var/www/cobraambalaj/node_modules/es5-ext/test/object/entries
mkdir
upload
Name
Size
Mode
Actions
implement.js
148
0644
edit
dl
rm
index.js
51
0644
edit
dl
rm
is-implemented.js
79
0644
edit
dl
rm
shim.js
297
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/node_modules/es5-ext/test/object/entries/shim.js
(297B)
"use strict"; module.exports = function (t, a) { a.deep(t({ foo: "bar" }), [["foo", "bar"]], "Object"); a.deep(t("raz"), [["0", "r"], ["1", "a"], ["2", "z"]], "Primitive"); a.throws(function () { t(); }, TypeError, "Undefined"); a.throws(function () { t(null); }, TypeError, "Undefined"); };
Save
cmd:
run