Searched refs:strict_null (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/mjsunit/regress/ |
D | regress-1436.js | 37 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/ |
D | typedarray-from.js | 36 function strict_null() { 'use strict'; assertEquals(null, this); } function 42 constructor.from([1], strict_null, null);
|
D | array-from.js | 33 function strict_null(){ "use strict"; assertEquals(null, this); } function 39 Array.from([1], strict_null, null);
|