Moving to replacement of on-stack ecma_object_t* with managed ecma_object_ptr_t.

This commit is contained in:
Ruben Ayrapetyan
2015-02-04 18:02:34 +03:00
parent e3f081ee84
commit fb6e205d0d
92 changed files with 1343 additions and 907 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ void run_int_loop (ecma_completion_value_t &ret_value,
void run_int_from_pos (ecma_completion_value_t &ret_value,
opcode_counter_t start_pos,
const ecma_value_t& this_binding_value,
ecma_object_t *lex_env_p,
const ecma_object_ptr_t& lex_env_p,
bool is_strict,
bool is_eval_code);