bug1668197.js (91B)
1 function f(x, y) { 2 return ~Math.hypot(x >>> 0, 2 - x >>> 0); 3 } 4 f(2, Math); 5 oomTest(f);