Index: src/parsing/preparser.h |
diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h |
index 30a77d15288c7afb83cb7eab5602010161431962..0c5e2695a00d2271555879223d03d25b5f3f9fdb 100644 |
--- a/src/parsing/preparser.h |
+++ b/src/parsing/preparser.h |
@@ -1690,6 +1690,8 @@ class PreParser : public ParserBase<PreParser> { |
if (use_counts_ != nullptr) ++use_counts_[feature]; |
} |
+ V8_INLINE bool ParsingDynamicFunctionDeclaration() const { return false; } |
+ |
// Preparser's private field members. |
int* use_counts_; |