Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index c0cbdde10f22c320a1ce8bda04dcc884868c431c..ed8b49667221b76714bece327f4292baee1a0a13 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -80,6 +80,7 @@ namespace internal { |
F(ThrowConstructorNonCallableError, 1, 1) \ |
F(ThrowArrayNotSubclassableError, 0, 1) \ |
F(ThrowStaticPrototypeError, 0, 1) \ |
+ F(ThrowNotSuperConstructor, 2, 1) \ |
F(HomeObjectSymbol, 0, 1) \ |
F(DefineClass, 4, 1) \ |
F(InstallClassNameAccessor, 1, 1) \ |