Introducing CompactProfileError built-in object.

This commit is contained in:
Ruben Ayrapetyan
2014-10-16 19:49:47 +04:00
parent fce52b42c5
commit ed960b78db
7 changed files with 151 additions and 1 deletions
+3
View File
@@ -49,6 +49,9 @@ typedef enum
ECMA_BUILTIN_ID_SYNTAX_URI_ERROR, /**< the URIError object (15.11.6.6) */
ECMA_BUILTIN_ID_MATH, /**< the Math object (15.8) */
ECMA_BUILTIN_ID_JSON, /**< the JSON object (15.12) */
#ifdef CONFIG_ECMA_COMPACT_PROFILE
ECMA_BUILTIN_ID_COMPACT_PROFILE_ERROR, /**< CompactProfileError object defined in the Compact Profile */
#endif /* CONFIG_ECMA_COMPACT_PROFILE */
ECMA_BUILTIN_ID__COUNT /**< number of built-in objects */
} ecma_builtin_id_t;