Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:Array

54 // and the properties of non-Array objects).
57 // The found object is an Array with the same length and elements
58 // as the expected object. The expected object doesn't need to be an Array,
59 // as long as it's "array-ish".
134 case "Array":
151 function PrettyPrintArrayElement(value, index, array) {
152 if (value === undefined && !(index in array)) return "";
205 if (objectClass === "Array") {
247 assertEquals(expected.length, found.length, start + "array length");
251 start + "array element at index " + i);