Implementing [[DefaultValue]] general objects' method.

This commit is contained in:
Ruben Ayrapetyan
2014-09-25 18:37:38 +04:00
parent cde880b1cf
commit c235021147
4 changed files with 77 additions and 4 deletions
-3
View File
@@ -33,9 +33,6 @@
typedef enum
{
ECMA_PREFERRED_TYPE_NO, /**< no preferred type is specified */
ECMA_PREFERRED_TYPE_UNDEFINED, /**< Undefined */
ECMA_PREFERRED_TYPE_NULL, /**< Null */
ECMA_PREFERRED_TYPE_BOOLEAN, /**< Boolean */
ECMA_PREFERRED_TYPE_NUMBER, /**< Number */
ECMA_PREFERRED_TYPE_STRING /**< String */
} ecma_preferred_type_hint_t;