Home
last modified time | relevance | path

Searched defs:deNaNify (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
Dv8_mock.js107 const deNaNify = function(value) { return origIsNaN(value) ? 1 : value; }; function
159 const deNaNify = function(value) { return origIsNaN(value) ? 1 : value; }; function