Implementing ReferenceError and ReferenceError.prototype built-ins.

This commit is contained in:
Ruben Ayrapetyan
2014-10-29 21:28:56 +03:00
parent 6991b26e04
commit 66cb7e316d
7 changed files with 313 additions and 5 deletions
@@ -140,6 +140,16 @@ ecma_builtin_bin_search_for_magic_string_id_in_array (const ecma_magic_string_id
ERROR_UL, \
ECMA_BUILTIN_ID_ERROR_PROTOTYPE, \
type_error_prototype) \
macro (REFERENCE_ERROR, \
TYPE_FUNCTION, \
ERROR_UL, \
ECMA_BUILTIN_ID_REFERENCE_ERROR_PROTOTYPE, \
reference_error) \
macro (REFERENCE_ERROR_PROTOTYPE, \
TYPE_GENERAL, \
ERROR_UL, \
ECMA_BUILTIN_ID_ERROR_PROTOTYPE, \
reference_error_prototype) \
macro (TYPE_ERROR, \
TYPE_FUNCTION, \
ERROR_UL, \