mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibJS: Implement for statement
This commit is contained in:
parent
e88f2f15ee
commit
097e1af4e8
Notes:
sideshowbarker
2024-07-19 08:44:52 +09:00
Author: https://github.com/deoxxa
Commit: 097e1af4e8
Pull-request: https://github.com/SerenityOS/serenity/pull/1425
Reviewed-by: https://github.com/sunverwerth
6 changed files with 119 additions and 0 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
NonnullOwnPtr<ReturnStatement> parse_return_statement();
|
||||
NonnullOwnPtr<FunctionDeclaration> parse_function_declaration();
|
||||
NonnullOwnPtr<VariableDeclaration> parse_variable_declaration();
|
||||
NonnullOwnPtr<ForStatement> parse_for_statement();
|
||||
|
||||
NonnullOwnPtr<Expression> parse_expression();
|
||||
NonnullOwnPtr<Expression> parse_primary_expression();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue