Index: src/heap-symbols.h |
diff --git a/src/heap-symbols.h b/src/heap-symbols.h |
index 2ad0677d7e1de96b934d41d00b8c9d2f61e80c81..3b86c4b6a7a3e10e944d86d4fa6c3c3d2dfc5a11 100644 |
--- a/src/heap-symbols.h |
+++ b/src/heap-symbols.h |
@@ -12,6 +12,7 @@ |
V(Arguments_string, "Arguments") \ |
V(arguments_to_string, "[object Arguments]") \ |
V(Array_string, "Array") \ |
+ V(ArrayIterator_string, "Array Iterator") \ |
V(assign_string, "assign") \ |
V(array_to_string, "[object Array]") \ |
V(boolean_to_string, "[object Boolean]") \ |
@@ -95,6 +96,7 @@ |
V(isView_string, "isView") \ |
V(KeyedLoadMonomorphic_string, "KeyedLoadMonomorphic") \ |
V(KeyedStoreMonomorphic_string, "KeyedStoreMonomorphic") \ |
+ V(keys_string, "keys") \ |
V(lastIndex_string, "lastIndex") \ |
V(length_string, "length") \ |
V(line_string, "line") \ |