Implementing [[ThrowTypeError]] built-in Function object.

This commit is contained in:
Ruben Ayrapetyan
2014-10-30 17:14:06 +03:00
parent 4625d5b90a
commit ac710dd0b5
7 changed files with 141 additions and 18 deletions
+1
View File
@@ -55,6 +55,7 @@ typedef enum
ECMA_BUILTIN_ID_URI_ERROR_PROTOTYPE, /**< the URIError.prototype object (15.11.6.6) */
ECMA_BUILTIN_ID_MATH, /**< the Math object (15.8) */
ECMA_BUILTIN_ID_JSON, /**< the JSON object (15.12) */
ECMA_BUILTIN_ID_TYPE_ERROR_THROWER, /**< the [[ThrowTypeError]] object (13.2.3) */
#ifdef CONFIG_ECMA_COMPACT_PROFILE
ECMA_BUILTIN_ID_COMPACT_PROFILE_ERROR, /**< CompactProfileError object defined in the Compact Profile */
#endif /* CONFIG_ECMA_COMPACT_PROFILE */