Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index d353fda74d2d636d17954ce3c2d12e258ab803f2..4bc8fdf716be0be941aaac205049ac82bf0461a7 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -313,6 +313,7 @@ namespace internal { |
F(SetIteratorInitialize, 3, 1) \ |
F(SetIteratorClone, 1, 1) \ |
F(SetIteratorNext, 2, 1) \ |
+ F(SetIteratorDetails, 1, 1) \ |
\ |
/* Harmony maps */ \ |
F(MapInitialize, 1, 1) \ |
@@ -326,6 +327,7 @@ namespace internal { |
F(MapIteratorInitialize, 3, 1) \ |
F(MapIteratorClone, 1, 1) \ |
F(MapIteratorNext, 2, 1) \ |
+ F(MapIteratorDetails, 1, 1) \ |
\ |
/* Harmony weak maps and sets */ \ |
F(WeakCollectionInitialize, 1, 1) \ |