Sign in
◑
Theme
chromium
/
devtools
/
devtools-frontend
/
b3cd0a4f0ce68bbba2f63ebed0ec8564643eda2e
/
.
/
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'
);