Home
last modified time | relevance | path

Searched refs:should_throw_on_null_and_undefined (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
Dfunction-call.js29 var should_throw_on_null_and_undefined = variable
159 for (var i = 0; i < should_throw_on_null_and_undefined.length; i++) {
161 assertEquals(typeof(should_throw_on_null_and_undefined[i]), "function");
168 should_throw_on_null_and_undefined[i].call(null, {});
177 should_throw_on_null_and_undefined[i].call(undefined, {});
186 should_throw_on_null_and_undefined[i].apply(null, [{}]);
195 should_throw_on_null_and_undefined[i].apply(undefined, [{}]);
252 for (var i = 0; i < should_throw_on_null_and_undefined.length; i++) {
256 should_throw_on_null_and_undefined[i],
267 should_throw_on_null_and_undefined[i],
[all …]