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

  /external/v8/test/mjsunit/compiler/
load-elimination-params.js 53 function test_params2(a, b) { function
66 assertEquals(14, test_params2(3, 4));
67 assertEquals(110, test_params2(11, 44));
69 %OptimizeFunctionOnNextCall(test_params2);
71 assertEquals(6, test_params2(1, 2));

Completed in 910 milliseconds