Home
last modified time | relevance | path

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

/third_party/node/test/common/
Dindex.js127 const isOSX = process.platform === 'darwin'; constant
913 isOSX, property
/third_party/node/lib/
Dfs.js170 const isOSX = process.platform === 'darwin'; constant