Searched refs:nodeVersion (Results 1 – 4 of 4) sorted by relevance
41 function versionIncluded(nodeVersion, specifierValue) { argument46 var current = typeof nodeVersion === 'undefined'48 : nodeVersion;51 …throw new TypeError(typeof nodeVersion === 'undefined' ? 'Unable to determine current node version…67 module.exports = function isCore(x, nodeVersion) { argument68 return has(data, x) && versionIncluded(nodeVersion, data[x]);
56 public $nodeVersion; variable in Google\\Service\\Container\\UpdateNodePoolRequest217 public function setNodeVersion($nodeVersion) argument219 $this->nodeVersion = $nodeVersion;226 return $this->nodeVersion;
20 const nodeVersion = (_b = (_a = process === null || process === void 0 ? void 0 : process.versions)… constant21 if (nodeVersion) {22 const major = Number(nodeVersion.match(/^([^.]+)/)[1]);
1011 const nodeVersion = (_b = (_a = process === null || process === void 0 ? void 0 : process.versions)…1012 if (nodeVersion) {1013 const major = Number(nodeVersion.match(/^([^.]+)/)[1]);