Searched defs:noDeopt (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/mjsunit/compiler/
H A Dinline-construct.js35 var noDeopt = { deopt:0 };
38 result = closure(constructor, 11, noDeopt, counter);
42 result = closure(constructor, 23, noDeopt, counter);
47 result = closure(constructor, 42, noDeopt, counter);

Completed in 193 milliseconds