Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index 19036e7739787108d49a4b3a6d215ab5aa17a0aa..a91f62ad50f2bfc43b1260b89e3f6218a25ecf24 100644 |
--- a/src/parser.h |
+++ b/src/parser.h |
@@ -840,6 +840,8 @@ class Parser : public ParserBase<ParserTraits> { |
BreakableStatement* LookupBreakTarget(const AstRawString* label, bool* ok); |
IterationStatement* LookupContinueTarget(const AstRawString* label, bool* ok); |
+ void AddAssertIsConstruct(ZoneList<Statement*>* body, int pos); |
+ |
// Factory methods. |
FunctionLiteral* DefaultConstructor(bool call_super, Scope* scope, int pos, |
int end_pos); |