1
Fork 0
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:
Timothy Flynn 2023-07-06 17:01:03 -04:00 committed by Andreas Kling
parent 621d55ad65
commit d5ca51b461

View file

@ -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;