Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/compiler/
Dregress-intoverflow.js56 function testSub(a, b) { function
65 for (var i=0; i<5; i++) testSub(0,0);
66 %OptimizeFunctionOnNextCall(testSub);
67 assertEquals(-2147483650, testSub(-0x40000000, 1));