diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-type-error-thrower.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-type-error-thrower.inc.h index 640f40fd4..4833a0754 100644 --- a/jerry-core/ecma/builtin-objects/ecma-builtin-type-error-thrower.inc.h +++ b/jerry-core/ecma/builtin-objects/ecma-builtin-type-error-thrower.inc.h @@ -28,4 +28,8 @@ NUMBER_VALUE (LIT_MAGIC_STRING_LENGTH, 0, ECMA_PROPERTY_FIXED) +STRING_VALUE (LIT_MAGIC_STRING_NAME, + LIT_MAGIC_STRING__EMPTY, + ECMA_PROPERTY_FIXED) + #include "ecma-builtin-helpers-macro-undefs.inc.h" diff --git a/tests/test262-esnext-excludelist.xml b/tests/test262-esnext-excludelist.xml index 76a8be35d..eb6d8e8e0 100644 --- a/tests/test262-esnext-excludelist.xml +++ b/tests/test262-esnext-excludelist.xml @@ -111,7 +111,6 @@ -