Home
last modified time | relevance | path

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

/external/chromium_org/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");
171 should_throw_on_null_and_undefined[i].call(null);
180 should_throw_on_null_and_undefined[i].call(undefined);
189 should_throw_on_null_and_undefined[i].apply(null);
198 should_throw_on_null_and_undefined[i].apply(undefined);
253 for (var i = 0; i < should_throw_on_null_and_undefined.length; i++) {
257 should_throw_on_null_and_undefined[i],
268 should_throw_on_null_and_undefined[i],
[all …]
/external/v8/test/mjsunit/
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[i],
[all …]