00001 00010 function stackHas(key) { 00011 return this.__data__.has(key); 00012 } 00013 00014 module.exports = stackHas;