| Index: src/heap-symbols.h
|
| diff --git a/src/heap-symbols.h b/src/heap-symbols.h
|
| index 2863a06e443cd51a88cb2673d65287ba002b609b..455e4d691b7141dbc973b221c9bcfc3a71ccaf35 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") \
|
|
|