Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index a42b3bc4b476bff0abe40598f5df42dba6866090..54c770c11757da85cdf516e4030febc52f33c636 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -287,6 +287,11 @@ namespace internal { |
F(GetHandler, 1, 1) \ |
F(Fix, 1, 1) \ |
\ |
+ /* Harmony weakmaps */ \ |
+ F(WeakMapCreate, 1, 1) \ |
+ F(WeakMapGet, 2, 1) \ |
+ F(WeakMapSet, 3, 1) \ |
+ \ |
/* Statements */ \ |
F(NewClosure, 3, 1) \ |
F(NewObject, 1, 1) \ |