a-map.js 161 B

1234567
  1. var has = require('../internals/map-helpers').has;
  2. // Perform ? RequireInternalSlot(M, [[MapData]])
  3. module.exports = function (it) {
  4. has(it);
  5. return it;
  6. };