e472f001726f780dcbf80da123c2bf7149238361c1288da668e13ace107ec2571d8e103e894f3206953da9428b7de6586f453a7a11d9ac31edf23c18f7e003 162 B

12345
  1. // 7.2.1 RequireObjectCoercible(argument)
  2. module.exports = function (it) {
  3. if (it == undefined) throw TypeError("Can't call method on " + it);
  4. return it;
  5. };