Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index c8029065f6908ce9f5d04c695dea00ffb098d687..824c7a0078d1dcd8aadb9eaff9aabe29a1473c5c 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -317,6 +317,10 @@ namespace internal { |
F(WeakMapDelete, 2, 1) \ |
F(WeakMapSet, 3, 1) \ |
\ |
+ /* Harmony observe */ \ |
+ F(IsObserved, 1, 1) \ |
+ F(SetIsObserved, 2, 1) \ |
+ \ |
/* Statements */ \ |
F(NewClosure, 3, 1) \ |
F(NewObject, 1, 1) \ |