Searched refs:reducing_functions (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Dfunction-call.js149 var reducing_functions = variable
307 for (var j = 0; j < reducing_functions.length; j++) {
311 reducing_functions[j].call(array, should_throw_on_null_and_undefined[i]);
321 reducing_functions[j].call(array, should_throw_on_null_and_undefined[i]);
331 for (var j = 0; j < reducing_functions.length; j++) {
335 reducing_functions[j].call(array, non_generic[i]);
344 reducing_functions[j].call(array, non_generic[i]);

Completed in 64 milliseconds