00001 var nativeCreate = require('./_nativeCreate'); 00002 00010 function hashClear() { 00011 this.__data__ = nativeCreate ? nativeCreate(null) : {}; 00012 this.size = 0; 00013 } 00014 00015 module.exports = hashClear;