HomeSort by relevance Sort by last modified time
    Searched full:inc7 (Results 1 - 1 of 1) sorted by null

  /external/v8/test/mjsunit/compiler/
count-deopt.js 118 function inc7(o,y) { return (++o.x) + y; } function
122 assertEquals(44, inc7(o, 1));
124 %OptimizeFunctionOnNextCall(inc7);
126 assertEquals(44, inc7(o, 1));
128 assertEquals(44.1, inc7(o, 1.1));
130 assertEquals(44.1, inc7(o, 1));

Completed in 9337 milliseconds