| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 470b4cee20de407dfb5a7b6ea958ce8809e0cb31..bde68a9b48afa406bb54de506f101c04fd90eb94 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -246,6 +246,7 @@ namespace internal {
|
| V(done_string, "done") \
|
| V(dot_result_string, ".result") \
|
| V(dot_string, ".") \
|
| + V(entries_string, "entries") \
|
| V(enumerable_string, "enumerable") \
|
| V(enumerate_string, "enumerate") \
|
| V(Error_string, "Error") \
|
| @@ -327,6 +328,7 @@ namespace internal {
|
| V(undefined_string, "undefined") \
|
| V(undefined_to_string, "[object Undefined]") \
|
| V(valueOf_string, "valueOf") \
|
| + V(values_string, "values") \
|
| V(value_string, "value") \
|
| V(WeakMap_string, "WeakMap") \
|
| V(WeakSet_string, "WeakSet") \
|
|
|