3ec2131ceacedbe12d9c2b2004865bc14768091e18b70812a73c413b868cbc35224c4da43c12a78927545d81f3c94fe459f5433aec268612505712a79cc93c 262 B

1234567
  1. var def = require('./_object-dp').f;
  2. var has = require('./_has');
  3. var TAG = require('./_wks')('toStringTag');
  4. module.exports = function (it, tag, stat) {
  5. if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag });
  6. };