Index: src/math.js |
diff --git a/src/math.js b/src/math.js |
index 13d030cb89c44c66f4aa715843543e9d6b414aaa..860b62f63e50d771625a76b0c5d411b84097085d 100644 |
--- a/src/math.js |
+++ b/src/math.js |
@@ -321,6 +321,8 @@ function SetUpMath() { |
%AddNamedProperty(global, "Math", $Math, DONT_ENUM); |
%FunctionSetInstanceClassName(MathConstructor, 'Math'); |
+ %AddNamedProperty($Math, symbolToStringTag, "Math", READ_ONLY | DONT_ENUM); |
+ |
// Set up math constants. |
InstallConstants($Math, $Array( |
// ECMA-262, section 15.8.1.1. |