projecte_ionic/node_modules/core-js/modules/es.reflect.to-string-tag.js
2022-02-09 18:30:03 +01:00

10 lines
327 B
JavaScript
Executable file

var $ = require('../internals/export');
var global = require('../internals/global');
var setToStringTag = require('../internals/set-to-string-tag');
$({ global: true }, { Reflect: {} });
// Reflect[@@toStringTag] property
// https://tc39.es/ecma262/#sec-reflect-@@tostringtag
setToStringTag(global.Reflect, 'Reflect', true);