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 Intrinsics;
struct IteratorRecord;
class MemberExpression;
class MetaProperty;
class Module;
struct ModuleRequest;