mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
JSSpecCompiler: Pave a way for representing compile-time objects
This commit is contained in:
committed by
Andrew Kaster
parent
3077e516a2
commit
d99d66e358
@@ -7,11 +7,13 @@
|
||||
#include "Function.h"
|
||||
#include "AST/AST.h"
|
||||
#include "Compiler/ControlFlowGraph.h"
|
||||
#include "Runtime/Realm.h"
|
||||
|
||||
namespace JSSpecCompiler {
|
||||
|
||||
TranslationUnit::TranslationUnit(StringView filename)
|
||||
: m_filename(filename)
|
||||
, m_realm(make<Runtime::Realm>(m_diagnostic_engine))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user