mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibJS: Move binding_class_declaration_evaluation out of ClassDeclaration
This commit is contained in:
parent
39b134e8c1
commit
232a8432b7
Notes:
sideshowbarker
2024-07-17 20:29:18 +09:00
Author: https://github.com/davidot
Commit: 232a8432b7
Pull-request: https://github.com/SerenityOS/serenity/pull/11957
Reviewed-by: https://github.com/emanuele6
Reviewed-by: https://github.com/linusg
2 changed files with 38 additions and 26 deletions
|
@ -1284,8 +1284,6 @@ public:
|
|||
|
||||
StringView name() const { return m_class_expression->name(); }
|
||||
|
||||
ThrowCompletionOr<Value> binding_class_declaration_evaluation(Interpreter& interpreter, GlobalObject& global_object) const;
|
||||
|
||||
private:
|
||||
NonnullRefPtr<ClassExpression> m_class_expression;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue