Home
last modified time | relevance | path

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

/third_party/node/test/common/
Dindex.js117 const isOSX = process.platform === 'darwin'; constant
765 isOSX, property
/third_party/node/lib/
Dfs.js152 const isOSX = process.platform === 'darwin'; constant