Unlink circular dependency between runtime and parser source codes

Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
This commit is contained in:
HyukWoo Park 2023-03-23 18:28:57 +09:00 committed by Patrick Kim
commit 9f93022d78
106 changed files with 1111 additions and 1105 deletions

View file

@ -19,11 +19,11 @@
#include "Escargot.h"
#include "ByteCodeGenerator.h"
#include "runtime/VMInstance.h"
#include "interpreter/ByteCode.h"
#include "parser/ast/AST.h"
#include "parser/CodeBlock.h"
#include "debugger/Debugger.h"
#include "runtime/VMInstance.h"
#if defined(ENABLE_CODE_CACHE)
#include "codecache/CodeCache.h"