Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 960aa06e6e6f0469de7055677f957c94b5caf4f7..2e887c1baaa25cda5e2150a6466dc91c03c1c2d7 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -457,7 +457,9 @@ namespace internal { |
F(PromiseRevokeReject, 1, 1) \ |
F(PromiseResult, 1, 1) \ |
F(PromiseStatus, 1, 1) \ |
- F(ReportPromiseReject, 2, 1) |
+ F(ReportPromiseReject, 2, 1) \ |
+ F(IncrementWaitCount, 0, 1) \ |
+ F(DecrementWaitCount, 0, 1) |
#define FOR_EACH_INTRINSIC_PROXY(F) \ |
F(IsJSProxy, 1, 1) \ |