Your IP : 216.73.216.175


Current Path : /home/kamilrogam/komp/2018/180513/DARWIN/EDU/gulp/1/node_modules/es5-ext/test/math/imul/
Upload File :
Current File : /home/kamilrogam/komp/2018/180513/DARWIN/EDU/gulp/1/node_modules/es5-ext/test/math/imul/shim.js

"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");
};