| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index b10a47665cf96ae35dc6f8bc3d3d67f7dd7ea352..5faf8895b375ba2aae719115c83708050023e8f1 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -296,6 +296,10 @@ namespace internal {
|
| V(String_string, "String") \
|
| V(symbol_string, "symbol") \
|
| V(Symbol_string, "Symbol") \
|
| + V(Map_string, "Map") \
|
| + V(Set_string, "Set") \
|
| + V(WeakMap_string, "WeakMap") \
|
| + V(WeakSet_string, "WeakSet") \
|
| V(for_string, "for") \
|
| V(for_api_string, "for_api") \
|
| V(for_intern_string, "for_intern") \
|
|
|