Implement snapshot functionality.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov a.shitov@samsung.com
This commit is contained in:
committed by
Ruben Ayrapetyan
parent
7481fb606f
commit
311cc65b33
@@ -14,7 +14,6 @@
|
||||
*/
|
||||
|
||||
#include "opcodes-ecma-support.h"
|
||||
#include "opcodes.h"
|
||||
|
||||
#ifndef JERRY_NDEBUG
|
||||
/**
|
||||
|
||||
@@ -446,7 +446,7 @@ vm_run_global (void)
|
||||
*/
|
||||
ecma_completion_value_t
|
||||
vm_run_eval (const bytecode_data_header_t *bytecode_data_p, /**< byte-code data header */
|
||||
bool is_direct) /**< is eval called directly? */
|
||||
bool is_direct) /**< is eval called in direct mode? */
|
||||
{
|
||||
vm_instr_counter_t first_instr_index = 0u;
|
||||
opcode_scope_code_flags_t scope_flags = vm_get_scope_flags (bytecode_data_p->instrs_p,
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
#ifndef VM_H
|
||||
#define VM_H
|
||||
|
||||
#include "bytecode-data.h"
|
||||
#include "ecma-globals.h"
|
||||
#include "jrt.h"
|
||||
#include "opcodes.h"
|
||||
|
||||
Reference in New Issue
Block a user