blob: bb22d6cfccc271d308dbf1e03fb21c4295582255 [file] [log] [blame]
var fails = require('../internals/fails');
module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
// Chrome 38 Symbol has incorrect toString conversion
// eslint-disable-next-line no-undef
return !String(Symbol());
});