Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 9968b29b5de96980f094db42de984570174dc26e..3430a58344c40802fc7b30c8c89f7f044b6c073d 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -302,11 +302,15 @@ namespace internal { |
/* Harmony maps */ \ |
F(MapInitialize, 1, 1) \ |
F(MapGet, 2, 1) \ |
+ F(MapHas, 2, 1) \ |
+ F(MapDelete, 2, 1) \ |
F(MapSet, 3, 1) \ |
\ |
/* Harmony weakmaps */ \ |
F(WeakMapInitialize, 1, 1) \ |
F(WeakMapGet, 2, 1) \ |
+ F(WeakMapHas, 2, 1) \ |
+ F(WeakMapDelete, 2, 1) \ |
F(WeakMapSet, 3, 1) \ |
\ |
/* Statements */ \ |