00001 var ListCache = require('./_ListCache'); 00002 00010 function stackClear() { 00011 this.__data__ = new ListCache; 00012 this.size = 0; 00013 } 00014 00015 module.exports = stackClear;