Implementing 'typeof' opcode handler.

This commit is contained in:
Ruben Ayrapetyan
2014-08-26 12:43:13 +04:00
parent 704c26ff80
commit dc3f529307
6 changed files with 204 additions and 9 deletions
+1
View File
@@ -29,6 +29,7 @@
#include "ecma-try-catch-macro.h"
#include "ecma-objects.h"
bool is_reg_variable (int_data_t *int_data, idx_t var_idx);
ecma_completion_value_t get_variable_value (int_data_t *, idx_t, bool);
ecma_completion_value_t set_variable_value (int_data_t *, idx_t, ecma_value_t);