Replacing const ecma_char_t* with ecma_string_t*; supporting number-represented string in ecma_string_t.

This commit is contained in:
Ruben Ayrapetyan
2014-08-18 18:32:16 +04:00
parent 15b65a27fb
commit 8bc41358ec
21 changed files with 229 additions and 219 deletions
+2 -2
View File
@@ -579,8 +579,8 @@ typedef struct
/** base value */
ecma_value_t base;
/** referenced name value pointer */
const ecma_char_t *referenced_name_p;
/** referenced name */
ecma_string_t *referenced_name_p;
/** strict reference flag */
bool is_strict;