Arrangement of built-in objects implementation (description of built-ins with *.inc.h headers, reducing code duplication).

This commit is contained in:
Ruben Ayrapetyan
2014-10-29 15:46:31 +03:00
parent 6078a4c854
commit a74c77a1d5
46 changed files with 3425 additions and 4985 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ typedef enum
ECMA_BUILTIN_ID_REFERENCE_ERROR, /**< the ReferenceError object (15.11.6.3) */
ECMA_BUILTIN_ID_SYNTAX_ERROR, /**< the SyntaxError object (15.11.6.4) */
ECMA_BUILTIN_ID_TYPE_ERROR, /**< the SyntaxError object (15.11.6.5) */
ECMA_BUILTIN_ID_SYNTAX_URI_ERROR, /**< the URIError object (15.11.6.6) */
ECMA_BUILTIN_ID_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