Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index c4011ca8476dc4fe09befc78b14e470d6b3b06fc..616979fd73924f0b0741d122f290f7a9aa16a8ba 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) \ |