aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/es.symbol.has-instance.js
blob: 2226ddb2c5e35868ba624a97a35a43e061d2a7ad (plain)
1
2
3
4
5
var defineWellKnownSymbol = require('../internals/define-well-known-symbol');

// `Symbol.hasInstance` well-known symbol
// https://tc39.github.io/ecma262/#sec-symbol.hasinstance
defineWellKnownSymbol('hasInstance');