mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:28:11 +00:00
LibJS: Forward declare the MemberExpression AST node
This commit is contained in:
parent
621d55ad65
commit
d5ca51b461
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ class Interpreter;
|
|||
class Identifier;
|
||||
class Intrinsics;
|
||||
struct IteratorRecord;
|
||||
class MemberExpression;
|
||||
class MetaProperty;
|
||||
class Module;
|
||||
struct ModuleRequest;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue