| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 5ec87e7a960c62c5e01c5b4f4302e51f1ac4814d..ba7a456ae00c2a48705c8f05a27f7cbec4d3b7ae 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -346,7 +346,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) \
|
|
|