weak-map.js 173 B

1234
  1. require('../modules/es6.object.to-string');
  2. require('../modules/web.dom.iterable');
  3. require('../modules/es6.weak-map');
  4. module.exports = require('../modules/_core').WeakMap;