Replacing ecma_array_first_chunk_t with ecma_string_t for ecma-strings.

This commit is contained in:
Ruben Ayrapetyan
2014-08-13 19:21:21 +04:00
parent 871c36feb7
commit c831912ae5
10 changed files with 318 additions and 179 deletions
+1 -1
View File
@@ -662,7 +662,7 @@ opfunc_assignment (OPCODE opdata, /**< operation data */
case OPCODE_ARG_TYPE_STRING:
{
string_literal_copy str_value;
ecma_array_first_chunk_t *ecma_string_p;
ecma_string_t *ecma_string_p;
init_string_literal_copy (src_val_descr, &str_value);
ecma_string_p = ecma_new_ecma_string (str_value.str_p);