| | |
| | | /* eslint-disable es/no-symbol -- required for testing */ |
| | | /* eslint-disable es-x/no-symbol -- required for testing */ |
| | | var V8_VERSION = require('../internals/engine-v8-version'); |
| | | var fails = require('../internals/fails'); |
| | | |
| | | // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing |
| | | // eslint-disable-next-line es-x/no-object-getownpropertysymbols -- required for testing |
| | | module.exports = !!Object.getOwnPropertySymbols && !fails(function () { |
| | | var symbol = Symbol(); |
| | | // Chrome 38 Symbol has incorrect toString conversion |