| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index fc561da17937a9f6d20e2b7e1e05baf72888500e..b18c4c7db80b2a7abaf6759b233369baf7b75568 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -289,6 +289,8 @@ namespace internal {
|
| F(MapIteratorInitialize, 3, 1) \
|
| F(MapIteratorNext, 2, 1) \
|
| \
|
| + F(GetMapEntries, 1, 1) \
|
| + \
|
| /* Harmony weak maps and sets */ \
|
| F(WeakCollectionInitialize, 1, 1) \
|
| F(WeakCollectionGet, 2, 1) \
|
| @@ -296,6 +298,8 @@ namespace internal {
|
| F(WeakCollectionDelete, 2, 1) \
|
| F(WeakCollectionSet, 3, 1) \
|
| \
|
| + F(GetWeakMapEntries, 1, 1) \
|
| + \
|
| /* Harmony events */ \
|
| F(EnqueueMicrotask, 1, 1) \
|
| F(RunMicrotasks, 0, 1) \
|
|
|