Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 6365a946b21a691d071ac57725dd325a4613baef..69a1c7ceda0a885c8136a25d67d6cd908b923204 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1127,6 +1127,7 @@ class MaybeObject BASE_EMBEDDED { |
V(kDeclarationInCatchContext, "Declaration in catch context") \ |
V(kDeclarationInWithContext, "Declaration in with context") \ |
V(kDefaultNaNModeNotSet, "Default NaN mode not set") \ |
+ V(kDefaultRoundingModeNotSet, "Default rounding mode not set") \ |
V(kDeleteWithGlobalVariable, "Delete with global variable") \ |
V(kDeleteWithNonGlobalVariable, "Delete with non-global variable") \ |
V(kDestinationOfCopyNotAligned, "Destination of copy not aligned") \ |