2017-06-08_509bba0/509bba0_unpacked_with_node_modules/~/core-js/modules/es6.object.to-string.js
2022-07-26 10:06:20 -07:00

17 lines
No EOL
446 B
JavaScript
Executable file

'use strict';
// 19.1.3.6 Object.prototype.toString()
var classof = require('./_classof')
, test = {};
test[require('./_wks')('toStringTag')] = 'z';
if(test + '' != '[object z]'){
require('./_redefine')(Object.prototype, 'toString', function toString(){
return '[object ' + classof(this) + ']';
}, true);
}
//////////////////
// WEBPACK FOOTER
// ./~/core-js/modules/es6.object.to-string.js
// module id = 1896
// module chunks = 4