mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Unlink circular dependency between runtime and parser source codes
Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
This commit is contained in:
parent
4ae794b901
commit
9f93022d78
106 changed files with 1111 additions and 1105 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue