mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
LibJS: Forward declare IteratorRecord and remove inclusion from VM.h
This drastically reduces the amount of compilation required when Iterator.h is changed.
This commit is contained in:
parent
4977000fa0
commit
428109e709
3 changed files with 2 additions and 1 deletions
|
@ -183,6 +183,7 @@ struct ImportEntry;
|
|||
class ImportStatement;
|
||||
class Interpreter;
|
||||
class Intrinsics;
|
||||
struct IteratorRecord;
|
||||
class MetaProperty;
|
||||
class Module;
|
||||
struct ModuleRequest;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue