mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-29 10:02:14 +00:00
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:
parent
106b9c8152
commit
91dc4ba8f7
22 changed files with 314 additions and 415 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue