Home | History | Annotate | Download | only in mjsunit

Lines Matching full:undefined

74 // type, but since this change will allow call to be invoked with undefined
161 // parameters will have the undefined value.
162 // The test for whether the "this" value is null or undefined is always
164 // undefined value is an invalid argument value, it mustn't change
176 should_throw_on_null_and_undefined[i].call(undefined);
196 should_throw_on_null_and_undefined[i].apply(undefined);
205 // Test that all natives that are non generic throw on null and undefined.
248 // Test that we still throw when calling with thisArg null or undefined
269 undefined);
296 undefined);
358 assertEquals(Object.prototype.toString.call(undefined),
359 '[object Undefined]')