Removing ECMA_TYPE__COUNT enum value; fixing comment to ecma_copy_value

This commit is contained in:
Ruben Ayrapetyan
2014-08-22 17:50:57 +04:00
parent a8486b01ed
commit dca9bcc387
4 changed files with 8 additions and 45 deletions
+1 -2
View File
@@ -56,8 +56,7 @@ typedef enum
ECMA_TYPE_SIMPLE, /**< simple value */
ECMA_TYPE_NUMBER, /**< 64-bit integer */
ECMA_TYPE_STRING, /**< pointer to description of a string */
ECMA_TYPE_OBJECT, /**< pointer to description of an object */
ECMA_TYPE__COUNT /**< count of types */
ECMA_TYPE_OBJECT /**< pointer to description of an object */
} ecma_type_t;
/**