JSSpecCompiler: Parse "the *this* value" in expressions

This commit is contained in:
Dan Klishch 2024-01-21 00:28:28 -05:00 committed by Andrew Kaster
commit 3e6a07154b
Notes: sideshowbarker 2024-07-17 07:09:53 +09:00
4 changed files with 39 additions and 0 deletions

View file

@ -78,6 +78,7 @@ private:
TextParseErrorOr<Tree> parse_record_direct_list_initialization();
TextParseErrorOr<Vector<Tree>> parse_function_arguments();
TextParseErrorOr<Tree> parse_list_initialization();
TextParseErrorOr<Tree> parse_the_this_value();
TextParseErrorOr<Tree> parse_value();
TextParseErrorOr<Tree> parse_expression();
TextParseErrorOr<Tree> parse_condition();