Index: src/parsing/parser-base.h |
diff --git a/src/parsing/parser-base.h b/src/parsing/parser-base.h |
index aabd4f69ea0c8299c0750b8b2dce0101c12e17f3..8664586cf66e258c4fcfe77fb031beb3de9ec6d0 100644 |
--- a/src/parsing/parser-base.h |
+++ b/src/parsing/parser-base.h |
@@ -24,6 +24,10 @@ enum FunctionNameValidity { |
kFunctionNameValidityUnknown |
}; |
+enum AllowLabelledFunctionStatement { |
+ kAllowLabelledFunctionStatement, |
+ kDisallowLabelledFunctionStatement, |
+}; |
struct FormalParametersBase { |
explicit FormalParametersBase(Scope* scope) : scope(scope) {} |