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

/external/v8/test/mjsunit/
H A Dfunction-call.js29 var should_throw_on_null_and_undefined = variable
154 for (var i = 0; i < should_throw_on_null_and_undefined.length; i++) {
156 assertEquals(typeof(should_throw_on_null_and_undefined[i]), "function");
166 should_throw_on_null_and_undefined[i].call(null);
176 should_throw_on_null_and_undefined[i].call(undefined);
186 should_throw_on_null_and_undefined[i].apply(null);
196 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],
268 should_throw_on_null_and_undefined[
[all...]

Completed in 42 milliseconds