Index: src/parsing/preparser.h |
diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h |
index d1f8e42dd0a28a9874ea1de7be6b2e4ce2ed20cc..a62d0d5ab2ab737e29789f09afd09bb4a7991071 100644 |
--- a/src/parsing/preparser.h |
+++ b/src/parsing/preparser.h |
@@ -454,7 +454,6 @@ class PreParserFactory { |
PreParserExpression NewObjectLiteral(PreParserExpressionList properties, |
int literal_index, |
int boilerplate_properties, |
- bool has_function, |
int pos) { |
return PreParserExpression::ObjectLiteral(); |
} |
@@ -681,9 +680,6 @@ class PreParserTraits { |
UNREACHABLE(); |
} |
- static void CheckFunctionLiteralInsideTopLevelObjectLiteral( |
- Scope* scope, PreParserExpression property, bool* has_function) {} |
- |
static void CheckAssigningFunctionLiteralToProperty( |
PreParserExpression left, PreParserExpression right) {} |