Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index dc780e6684a87f70e2c060edd19c70bd7546df13..57d21b3b1d61f534ea7c003da077fc2a115922ca 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -296,6 +296,15 @@ namespace internal { |
F(GetConstructTrap, 1, 1) \ |
F(Fix, 1, 1) \ |
\ |
+ /* Harmony sets */ \ |
+ F(SetInitialize, 1, 1) \ |
+ F(SetAccess, 3, 1) \ |
+ \ |
+ /* Harmony maps */ \ |
+ F(MapInitialize, 1, 1) \ |
+ F(MapGet, 2, 1) \ |
+ F(MapSet, 3, 1) \ |
+ \ |
/* Harmony weakmaps */ \ |
F(WeakMapInitialize, 1, 1) \ |
F(WeakMapGet, 2, 1) \ |