Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 8119138bb9afce5d7000b0c349a56b3c4d086e51..e240e008180bf601710befb99cbcb30d4a5a5418 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -351,7 +351,8 @@ namespace internal { |
F(IncrementStatsCounter, 1, 1) \ |
F(ThrowConstructedNonConstructable, 1, 1) \ |
F(ThrowCalledNonCallable, 1, 1) \ |
- F(CreateListFromArrayLike, 1, 1) |
+ F(CreateListFromArrayLike, 1, 1) \ |
+ F(IncrementUseCounter, 1, 1) |
#define FOR_EACH_INTRINSIC_JSON(F) \ |