Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / modules / es.reflect.to-string-tag.js
1 var $ = require('../internals/export');
2 var global = require('../internals/global');
3 var setToStringTag = require('../internals/set-to-string-tag');
4
5 $({ global: true }, { Reflect: {} });
6
7 // Reflect[@@toStringTag] property
8 // https://tc39.es/ecma262/#sec-reflect-@@tostringtag
9 setToStringTag(global.Reflect, 'Reflect', true);