Home
last modified time | relevance | path

Searched refs:allowMissing (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/es-abstract/
DGetIntrinsic.js162 module.exports = function GetIntrinsic(name, allowMissing) { argument
163 if (arguments.length > 1 && typeof allowMissing !== 'boolean') {
173 if (typeof INTRINSICS[key] === 'undefined' && !allowMissing) {