aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/es.symbol.has-instance.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/modules/es.symbol.has-instance.js')
-rw-r--r--node_modules/core-js/modules/es.symbol.has-instance.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/core-js/modules/es.symbol.has-instance.js b/node_modules/core-js/modules/es.symbol.has-instance.js
new file mode 100644
index 0000000..2226ddb
--- /dev/null
+++ b/node_modules/core-js/modules/es.symbol.has-instance.js
@@ -0,0 +1,5 @@
+var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
+
+// `Symbol.hasInstance` well-known symbol
+// https://tc39.github.io/ecma262/#sec-symbol.hasinstance
+defineWellKnownSymbol('hasInstance');