Lines Matching refs:Array
54 // and the properties of non-Array objects).
61 // The found object is an Array with the same length and elements
62 // as the expected object. The expected object doesn't need to be an Array,
63 // as long as it's "array-ish".
146 case "Array":
163 function PrettyPrintArrayElement(value, index, array) {
164 if (value === undefined && !(index in array)) return "";
217 if (objectClass === "Array") {
265 assertEquals(expected.length, found.length, start + "array length");
269 start + "array element at index " + i);