OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 740 milliseconds