Searched refs:reducing_functions (Results 1 - 2 of 2) 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]);
/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 180 milliseconds