Searched refs:should_throw_on_null_and_undefined (Results 1 – 1 of 1) sorted by relevance
29 var should_throw_on_null_and_undefined = variable159 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 …]