Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 842a2c13b2714965508f84a2908826fd3824a46e..e844b3ad807636f4aa6babea62c179e8bdbadecd 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -324,7 +324,8 @@ namespace internal { |
V(value_string, "value") \ |
V(next_string, "next") \ |
V(byte_length_string, "byteLength") \ |
- V(byte_offset_string, "byteOffset") |
+ V(byte_offset_string, "byteOffset") \ |
+ V(minus_zero_string, "-0") |
#define PRIVATE_SYMBOL_LIST(V) \ |
V(frozen_symbol) \ |