| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 599a024dee0de2654620f6798359ba0bed65ccc6..448010a1a6c2c0bd7924e1e4d9457e1b92af7d60 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -310,6 +310,7 @@ namespace internal {
|
| F(SetGetSize, 1, 1) \
|
| \
|
| F(SetIteratorInitialize, 3, 1) \
|
| + F(SetIteratorClone, 1, 1) \
|
| F(SetIteratorNext, 2, 1) \
|
| \
|
| /* Harmony maps */ \
|
| @@ -322,6 +323,7 @@ namespace internal {
|
| F(MapGetSize, 1, 1) \
|
| \
|
| F(MapIteratorInitialize, 3, 1) \
|
| + F(MapIteratorClone, 1, 1) \
|
| F(MapIteratorNext, 2, 1) \
|
| \
|
| /* Harmony weak maps and sets */ \
|
|
|