Searched refs:allowMissing (Results 1 – 1 of 1) sorted by relevance
162 module.exports = function GetIntrinsic(name, allowMissing) { argument163 if (arguments.length > 1 && typeof allowMissing !== 'boolean') {173 if (typeof INTRINSICS[key] === 'undefined' && !allowMissing) {