Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index cde500491573fb1d4d93bd3a51a6754ff41c5f33..db7a4ddab703ee371e86f315dd9d5603d7454906 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -85,6 +85,7 @@ namespace internal { |
F(ThrowIfStaticPrototype, 1, 1) \ |
F(HomeObjectSymbol, 0, 1) \ |
F(DefineClass, 4, 1) \ |
+ F(DefineClassNameProperty, 2, 1) \ |
F(LoadFromSuper, 3, 1) \ |
F(LoadKeyedFromSuper, 3, 1) \ |
F(StoreToSuper_Strict, 4, 1) \ |