Merge ExecutionContext and ExecutionState. (#281)

State without Context is rare, and the merged structure consumes less amount of memory.

Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
Zoltan Herczeg 2019-06-19 03:45:00 +02:00 committed by Hyukwoo Park
commit 91dc4ba8f7
22 changed files with 314 additions and 415 deletions

View file

@ -19,7 +19,6 @@
#include "Escargot.h"
#include "runtime/VMInstance.h"
#include "runtime/ExecutionContext.h"
#include "util/Vector.h"
#include "runtime/Value.h"
#include "parser/ScriptParser.h"