mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter
This will allow us to forward declare it and avoid including AST.h in a number of places.
This commit is contained in:
parent
2a531efc5d
commit
835d7aac96
8 changed files with 35 additions and 34 deletions
|
@ -169,6 +169,7 @@ class Expression;
|
|||
class ForStatement;
|
||||
class FunctionEnvironment;
|
||||
class FunctionNode;
|
||||
struct FunctionParameter;
|
||||
class GlobalEnvironment;
|
||||
class GlobalObject;
|
||||
class HandleImpl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue