Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index aa7e1acffdaebc4ca7f058aa32080e00e6d25716..e292c322bac8a6e73fb61cc206f202d332a887fb 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -209,6 +209,7 @@ namespace internal { |
V(Boolean_string, "Boolean") \ |
V(callee_string, "callee") \ |
V(constructor_string, "constructor") \ |
+ V(dot_result_string, ".result") \ |
V(eval_string, "eval") \ |
V(empty_string, "") \ |
V(function_string, "function") \ |