8 lines
170 B
JavaScript
Raw Normal View History

2023-06-19 09:02:35 +08:00
var has = require('../internals/weak-map-helpers').has;
// Perform ? RequireInternalSlot(M, [[WeakMapData]])
module.exports = function (it) {
has(it);
return it;
};