Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index e2ee5bf5a825fbb2cd60e3dc32b36a0297e91002..575839d6e67d35ac123a9aa42f06ac24b797608a 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -88,6 +88,8 @@ namespace internal { |
F(NotifyContextDisposed, 0, 1) \ |
F(ThrowIteratorResultNotAnObject, 1, 1) \ |
F(IncrementStatsCounter, 1, 1) \ |
+ F(Likely, 1, 1) \ |
+ F(Unlikely, 1, 1) \ |
\ |
/* Array join support */ \ |
F(PushIfAbsent, 2, 1) \ |