Sign in
chromium
/
devtools
/
devtools-frontend
/
cfd3e473d6bfba7cf8fc7cf6512ca187d5d99ebf
/
.
/
node_modules
/
core-js-pure
/
modules
/
es.symbol.has-instance.js
blob: 2226ddb2c5e35868ba624a97a35a43e061d2a7ad [
file
]
var
defineWellKnownSymbol
=
require
(
'../internals/define-well-known-symbol'
);
// `Symbol.hasInstance` well-known symbol
// https://tc39.github.io/ecma262/#sec-symbol.hasinstance
defineWellKnownSymbol
(
'hasInstance'
);