mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
move VM-bound data into VMInstance from context
Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
This commit is contained in:
parent
add7a8266d
commit
34dad07c79
12 changed files with 352 additions and 299 deletions
|
|
@ -28,8 +28,7 @@ OpcodeTable g_opcodeTable;
|
|||
|
||||
OpcodeTable::OpcodeTable()
|
||||
{
|
||||
Context c;
|
||||
ExecutionState state(&c);
|
||||
ExecutionState state((Context*)nullptr);
|
||||
ByteCodeBlock block;
|
||||
|
||||
block.m_code.resize(sizeof(FillOpcodeTable));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue