/
var
/
www
/
cobraambalaj
/
node_modules
/
es5-ext
/
test
/
math
/
imul
/
/var/www/cobraambalaj/node_modules/es5-ext/test/math/imul
mkdir
upload
Name
Size
Mode
Actions
implement.js
143
0644
edit
dl
rm
index.js
51
0644
edit
dl
rm
is-implemented.js
79
0644
edit
dl
rm
shim.js
185
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/node_modules/es5-ext/test/math/imul/shim.js
(185B)
"use strict"; module.exports = function (t, a) { a(t(), 0, "No arguments"); a(t(0, 0), 0, "Zeros"); a(t(2, 4), 8, "#1"); a(t(-1, 8), -8, "#2"); a(t(0xfffffffe, 5), -10, "#3"); };
Save
cmd:
run