aijinhui
2023-11-22 97e4f5c460d37ae3eb9c03396dd9dd6bb3f970cd
1
2
3
4
5
require('../../modules/es6.date.to-primitive');
var toPrimitive = require('../../modules/_date-to-primitive');
module.exports = function (it, hint) {
  return toPrimitive.call(it, hint);
};