mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 09:17:35 +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 Identifier;
|
||||||
class Intrinsics;
|
class Intrinsics;
|
||||||
struct IteratorRecord;
|
struct IteratorRecord;
|
||||||
|
class MemberExpression;
|
||||||
class MetaProperty;
|
class MetaProperty;
|
||||||
class Module;
|
class Module;
|
||||||
struct ModuleRequest;
|
struct ModuleRequest;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue