OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strict_null
(Results
1 - 1
of
1
) sorted by null
/external/v8/test/mjsunit/regress/
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);
Completed in 485 milliseconds