blob: 4ab08116d6db3911ac97d9b428f341847cef5e60 [file] [log] [blame]
var setToStringTag = require('../internals/set-to-string-tag');
// Math[@@toStringTag] property
// https://tc39.github.io/ecma262/#sec-math-@@tostringtag
setToStringTag(Math, 'Math', true);