mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:17:45 +00:00
LibJS: Make Interpreter.h not include AST.h
This commit is contained in:
parent
ac417f3304
commit
1a30e77001
2 changed files with 1 additions and 1 deletions
|
@ -164,6 +164,7 @@ class Error;
|
|||
class ErrorType;
|
||||
struct ExecutionContext;
|
||||
class Expression;
|
||||
class ForStatement;
|
||||
class FunctionEnvironment;
|
||||
class FunctionNode;
|
||||
class GlobalEnvironment;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue