this-number-value.js 197 B

12345
  1. var uncurryThis = require('../internals/function-uncurry-this');
  2. // `thisNumberValue` abstract operation
  3. // https://tc39.es/ecma262/#sec-thisnumbervalue
  4. module.exports = uncurryThis(1.0.valueOf);