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
commit d5ca51b461
Notes: sideshowbarker 2024-07-17 06:40:21 +09:00

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;