mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:47:44 +00:00
parent
c969b8390d
commit
8e364b9780
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