b081a4123866e4ed8239605914718690.json 1.48 KB
{"ast":null,"code":"var Hash = require('./_Hash'),\n    ListCache = require('./_ListCache'),\n    Map = require('./_Map');\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\n\n\nfunction mapCacheClear() {\n  this.size = 0;\n  this.__data__ = {\n    'hash': new Hash(),\n    'map': new (Map || ListCache)(),\n    'string': new Hash()\n  };\n}\n\nmodule.exports = mapCacheClear;","map":{"version":3,"sources":["C:/Users/kkwan_000/Desktop/git/2017110269/minsung/node_modules/lodash/_mapCacheClear.js"],"names":["Hash","require","ListCache","Map","mapCacheClear","size","__data__","module","exports"],"mappings":"AAAA,IAAIA,IAAI,GAAGC,OAAO,CAAC,SAAD,CAAlB;AAAA,IACIC,SAAS,GAAGD,OAAO,CAAC,cAAD,CADvB;AAAA,IAEIE,GAAG,GAAGF,OAAO,CAAC,QAAD,CAFjB;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA,SAASG,aAAT,GAAyB;AACvB,OAAKC,IAAL,GAAY,CAAZ;AACA,OAAKC,QAAL,GAAgB;AACd,YAAQ,IAAIN,IAAJ,EADM;AAEd,WAAO,KAAKG,GAAG,IAAID,SAAZ,GAFO;AAGd,cAAU,IAAIF,IAAJ;AAHI,GAAhB;AAKD;;AAEDO,MAAM,CAACC,OAAP,GAAiBJ,aAAjB","sourcesContent":["var Hash = require('./_Hash'),\n    ListCache = require('./_ListCache'),\n    Map = require('./_Map');\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n  this.size = 0;\n  this.__data__ = {\n    'hash': new Hash,\n    'map': new (Map || ListCache),\n    'string': new Hash\n  };\n}\n\nmodule.exports = mapCacheClear;\n"]},"metadata":{},"sourceType":"script"}