2024-04-28 15:34:17 +08:00

8 lines
170 B
JavaScript

var has = require('../internals/weak-set-helpers').has;
// Perform ? RequireInternalSlot(M, [[WeakSetData]])
module.exports = function (it) {
has(it);
return it;
};