Sign in
chromium
/
devtools
/
devtools-frontend
/
ec00a13ce62ddc9f5697a4e4d30dfcafaacd9fc2
/
.
/
node_modules
/
core-js-pure
/
internals
/
native-symbol.js
blob: bb22d6cfccc271d308dbf1e03fb21c4295582255 [
file
]
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
());
});