Home
last modified time | relevance | path

Searched refs:f_call (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-convert-hole.js60 function f_call(f, test, test2, i) { function
75 f_call(test_arg(1.5), true, false, 0);
76 f_call(test_arg(2.5), true, true, 0);
77 f_call(test_arg(1), false, false, 1);
78 f_call(test_arg(2), false, true, 1);
79 %OptimizeFunctionOnNextCall(f_call);
80 f_call(test_arg(undefined), false, false, 2);