Index: src/full-codegen/full-codegen.h |
diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h |
index 3020886f3beebdc82200643eed5644c3c3f0b4e5..904e30e1c45f57967a627c14925ddae02b6a0201 100644 |
--- a/src/full-codegen/full-codegen.h |
+++ b/src/full-codegen/full-codegen.h |
@@ -495,6 +495,7 @@ class FullCodeGenerator: public AstVisitor { |
F(IsMinusZero) \ |
F(HasCachedArrayIndex) \ |
F(GetCachedArrayIndex) \ |
+ F(GetSuperConstructor) \ |
F(FastOneByteArrayJoin) \ |
F(GeneratorNext) \ |
F(GeneratorThrow) \ |