Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 6aeaff8069ff8d7adc8ebf390447758cbc3aca52..d7befe388e91a337a02f46e6f86ff40054efa40c 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -278,7 +278,8 @@ namespace internal { |
V(minus_zero_string, "-0") \ |
V(Array_string, "Array") \ |
V(Error_string, "Error") \ |
- V(RegExp_string, "RegExp") |
+ V(RegExp_string, "RegExp") \ |
+ V(this_string, "this") |
#define PRIVATE_SYMBOL_LIST(V) \ |
V(nonextensible_symbol) \ |