Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index b42063a5e53c7b18fb34ab1b1f38092f0f768188..aaf98c43798e92bda42ebc5a6f86220f97dd1b1d 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -193,7 +193,8 @@ namespace internal { |
F(LoadKeyedFromSuper, 3, 1) \ |
F(StoreToSuper_Strict, 4, 1) \ |
F(StoreToSuper_Sloppy, 4, 1) \ |
- F(DefineClass, 3, 1) |
+ F(DefineClass, 6, 1) \ |
+ F(ClassGetSourceCode, 1, 1) |
#define RUNTIME_FUNCTION_LIST_ALWAYS_2(F) \ |