Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 355522afb770e83cd19d260a35cef7f1748b588f..226b25e0cfcf71a4fe6ae9a7a52d736cd992896c 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -456,7 +456,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) \ |