2023-06-19 09:02:35 +08:00

8 lines
161 B
JavaScript

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