Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:undefined

39 assertEquals(undefined, obj1.x);
43 assertEquals(undefined, obj1[1]);
57 // obj2.y should still be undefined.
58 assertEquals(undefined, obj2.y);
64 // obj2.y should still be undefined.
65 assertEquals(undefined, obj2.y);
74 // obj2.y should still be undefined.
75 assertEquals(undefined, obj2.y);
79 assertEquals(undefined, obj2[1]);
116 assertEquals(undefined, foo.x);
122 assertEquals(undefined, o.v);
127 assertEquals(undefined, o[0]);