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

/external/chromium_org/v8/test/mjsunit/
H A Dfunction-call.js148 var reducing_functions = variable
306 for (var j = 0; j < reducing_functions.length; j++) {
310 reducing_functions[j].call(array, should_throw_on_null_and_undefined[i]);
319 reducing_functions[j].call(array, should_throw_on_null_and_undefined[i]);
328 for (var j = 0; j < reducing_functions.length; j++) {
332 reducing_functions[j].call(array, non_generic[i]);
341 reducing_functions[j].call(array, non_generic[i]);

Completed in 39 milliseconds