Home
last modified time | relevance | path

Searched refs:testMul (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/mjsunit/compiler/
Dregress-intoverflow.js31 function testMul(a, b) { function
39 for (var i=0; i<5; i++) testMul(0,0);
40 %OptimizeFunctionOnNextCall(testMul);
41 assertEquals(4611686018427388000, testMul(-0x40000000, -0x40000000));