Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/regress/
Dregress-1436.js37 function strict_null(){ "use strict"; assertEquals(null, this); } function
51 [2, 3].every(strict_null, null);
58 [2, 3].filter(strict_null, null);
65 [2, 3].forEach(strict_null, null);
72 [2, 3].map(strict_null, null);
79 [2, 3].some(strict_null, null);
/external/v8/test/mjsunit/es6/
Dtypedarray-from.js36 function strict_null() { 'use strict'; assertEquals(null, this); } function
42 constructor.from([1], strict_null, null);
Darray-from.js33 function strict_null(){ "use strict"; assertEquals(null, this); } function
39 Array.from([1], strict_null, null);