mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 20:29:03 +00:00
LibJS: Forward declare the MemberExpression AST node
This commit is contained in:
parent
621d55ad65
commit
d5ca51b461
Notes:
sideshowbarker
2024-07-17 06:40:21 +09:00
Author: https://github.com/trflynn89
Commit: d5ca51b461
Pull-request: https://github.com/SerenityOS/serenity/pull/19857
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