mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
parent
c969b8390d
commit
8e364b9780
Notes:
sideshowbarker
2024-07-19 04:44:44 +09:00
Author: https://github.com/alimpfard
Commit: 8e364b9780
Pull-request: https://github.com/SerenityOS/serenity/pull/2828
Issue: https://github.com/SerenityOS/serenity/issues/2825
2 changed files with 6 additions and 3 deletions
|
@ -589,6 +589,7 @@ private:
|
|||
virtual void highlight_in_editor(Line::Editor&, Shell&, HighlightMetadata = {}) override;
|
||||
virtual HitTestResult hit_test_position(size_t) override;
|
||||
virtual String class_name() const override { return "ForLoop"; }
|
||||
virtual bool would_execute() const override { return true; }
|
||||
|
||||
String m_variable_name;
|
||||
RefPtr<AST::Node> m_iterated_expression;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue