Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 9fb4c1118bb4266086f0ba8abf04dda609ca2046..961427b5536b196ad5881948a228a937cac4d9b7 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -190,6 +190,7 @@ namespace internal { |
F(ThrowNonMethodError, 0, 1) \ |
F(ThrowUnsupportedSuperError, 0, 1) \ |
F(LoadFromSuper, 3, 1) \ |
+ F(LoadKeyedFromSuper, 3, 1) \ |
F(StoreToSuper_Strict, 4, 1) \ |
F(StoreToSuper_Sloppy, 4, 1) |