debian-mirror-gitlab/core-js/modules/es.symbol.unscopables.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.unscopables` well-known symbol
// https://tc39.github.io/ecma262/#sec-symbol.unscopables
defineWellKnownSymbol('unscopables');