Implementing var_decl opcode.

This commit is contained in:
Ruben Ayrapetyan
2014-07-17 22:02:07 +04:00
parent 383853c116
commit f7abe7190d
6 changed files with 65 additions and 15 deletions
+4 -3
View File
@@ -16,6 +16,10 @@
#ifndef JERRY_ECMA_OPERATIONS_H
#define JERRY_ECMA_OPERATIONS_H
#include "ecma-globals.h"
#include "ecma-lex-env.h"
#include "ecma-reference.h"
/** \addtogroup ecma ---TODO---
* @{
*
@@ -23,9 +27,6 @@
* @{
*/
#include "ecma-globals.h"
#include "ecma-reference.h"
extern ecma_Reference_t ecma_OpGetIdentifierReference( ecma_Object_t *lex_env_p, ecma_Char_t *name_p, bool is_strict);
extern ecma_CompletionValue_t ecma_OpGetValue( ecma_Reference_t *ref_p);