mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-30 23:12:56 +00:00
JSSpecCompiler: Simplify value handling in TextParser::parse_expression
This commit is contained in:
parent
e1a1f4ed1a
commit
a9f3a14a13
Notes:
sideshowbarker
2024-07-17 07:25:39 +09:00
Author: https://github.com/DanShaders
Commit: a9f3a14a13
Pull-request: https://github.com/SerenityOS/serenity/pull/23123
Reviewed-by: https://github.com/ADKaster ✅
2 changed files with 48 additions and 39 deletions
|
@ -74,6 +74,7 @@ private:
|
|||
TextParseErrorOr<Tree> parse_record_direct_list_initialization();
|
||||
TextParseErrorOr<Vector<Tree>> parse_function_arguments();
|
||||
TextParseErrorOr<Tree> parse_list_initialization();
|
||||
TextParseErrorOr<Tree> parse_value();
|
||||
TextParseErrorOr<Tree> parse_expression();
|
||||
TextParseErrorOr<Tree> parse_condition();
|
||||
TextParseErrorOr<Tree> parse_return_statement();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue