1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:57:44 +00:00

JSSpecCompiler: Refactor CompilerPass to accept TranslationUnitRef

This commit is contained in:
Dan Klishch 2023-09-29 19:43:19 -04:00 committed by Andrew Kaster
parent 24682f5dcf
commit 61fa00d46c
8 changed files with 48 additions and 13 deletions

View file

@ -28,7 +28,7 @@ public:
virtual ~FunctionDeclaration() = default;
TranslationUnit* m_translation_unit = nullptr;
TranslationUnitRef m_translation_unit = nullptr;
StringView m_name;
};