debian-mirror-gitlab/core-js/modules/es.symbol.has-instance.js

6 lines
217 B
JavaScript
Raw Normal View History

2019-09-25 13:30:05 +05:30
var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
// `Symbol.hasInstance` well-known symbol
// https://tc39.github.io/ecma262/#sec-symbol.hasinstance
defineWellKnownSymbol('hasInstance');