Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index c8029065f6908ce9f5d04c695dea00ffb098d687..c61e873fe076d2b851a37c98828fe04442fe907e 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -302,6 +302,7 @@ namespace internal { |
F(SetAdd, 2, 1) \ |
F(SetHas, 2, 1) \ |
F(SetDelete, 2, 1) \ |
+ F(SetGetSize, 1, 1) \ |
\ |
/* Harmony maps */ \ |
F(MapInitialize, 1, 1) \ |
@@ -309,6 +310,7 @@ namespace internal { |
F(MapHas, 2, 1) \ |
F(MapDelete, 2, 1) \ |
F(MapSet, 3, 1) \ |
+ F(MapGetSize, 1, 1) \ |
\ |
/* Harmony weakmaps */ \ |
F(WeakMapInitialize, 1, 1) \ |