Home | History | Annotate | Download | only in Array

Lines Matching refs:ARGUMENTS

26                         given two or more arguments.
37 set to the number of arguments.
40 to item0... in general, for as many arguments as there
45 This test stresses the number of arguments presented to
47 (2,32) arguments, since that is the maximum length of an
70 var ARGUMENTS = ""
74 ARGUMENTS += index;
75 ARGUMENTS += (index == (TEST_LENGTH-1) ) ? "" : ",";
78 TEST_STRING += ARGUMENTS + ")";
86 array[item++] = new TestCase( SECTION, "new Array( ["+TEST_LENGTH+" arguments] ) +''", ARGUMENTS, TEST_ARRAY +"" );