Representing ecma_completion_value_t as integer instead of structure with bit-fields, adding corresponding field accessors; adding __attribute_const__ to some value handling helpers.

This commit is contained in:
Ruben Ayrapetyan
2014-11-27 18:20:12 +03:00
parent 0d870a1e74
commit 1f3d96cffa
7 changed files with 237 additions and 126 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ opfunc_native_call (opcode_t opdata, /**< operation data */
ecma_value_t arg_values[args_number + 1 /* length of array should not be zero */];
ecma_completion_value_t ret_value;
ecma_completion_value_t ret_value = 0;
ecma_length_t args_read;
ecma_completion_value_t get_arg_completion = fill_varg_list (int_data,