| Index: src/runtime/runtime.h
 | 
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
 | 
| index e4893c0dff06b3f149adaedb971c19bc846897b8..3d1078588a16ce578ea3171c6a5c6810eda75862 100644
 | 
| --- a/src/runtime/runtime.h
 | 
| +++ b/src/runtime/runtime.h
 | 
| @@ -311,6 +311,7 @@ namespace internal {
 | 
|    F(NewSyntaxError, 2, 1)                     \
 | 
|    F(NewReferenceError, 2, 1)                  \
 | 
|    F(ThrowIteratorResultNotAnObject, 1, 1)     \
 | 
| +  F(ThrowStackOverflow, 0, 1)                 \
 | 
|    F(ThrowStrongModeImplicitConversion, 0, 1)  \
 | 
|    F(PromiseRejectEvent, 3, 1)                 \
 | 
|    F(PromiseRevokeReject, 1, 1)                \
 | 
| 
 |