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

  /external/v8/test/mjsunit/compiler/
alloc-object.js 34 function test_helper(construct, a, b) { function
40 test_helper(construct, 0, 0);
41 test_helper(construct, 0, 0);
42 %OptimizeFunctionOnNextCall(test_helper);
44 var o = test_helper(construct, 1, 2);
51 var o = test_helper(construct, 4, 5);
55 %DeoptimizeFunction(test_helper);
56 gc(); // Makes V8 forget about type information for test_helper.

Completed in 173 milliseconds