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
@@ -89,7 +89,7 @@ opfunc_assignment (opcode_t opdata, /**< operation data */
int_data->pos++;
ecma_completion_value_t get_value_completion;
ecma_completion_value_t get_value_completion = 0;
switch (type_value_right)
{