aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-string-iterator-prototype.inc.h
diff options
context:
space:
mode:
authorSzilagyi Adam <aszilagy@inf.u-szeged.hu>2022-01-31 16:46:00 +0100
committerGitHub <noreply@github.com>2022-01-31 16:46:00 +0100
commit4924f9fd315e9281a89d0621f278f3a6c1c7efd2 (patch)
treee2fbdc0652209d62c696067bf239e5bfe5fae916 /jerry-core/ecma/builtin-objects/ecma-builtin-regexp-string-iterator-prototype.inc.h
parent76403606d08adb53023f7093c90ce2070a0e28fb (diff)
Remove ES_NEXT macro (#4915)
- remove all '#JERRY_ESNEXT' macro - remove 5.1 build profile, update test runner accordingly (Note: all builtins are turn on by default) - move tests from tests/jerry/esnext into tests/jerry, concatenate files with same names - add skiplist to some snapshot tests that were supported only in 5.1 - fix doxygen issues that were hidden before (bc. of es.next macro) Co-authored-by: Martin Negyokru negyokru@inf.u-szeged.hu JerryScript-DCO-1.0-Signed-off-by: Adam Szilagyi aszilagy@inf.u-szeged.hu
Diffstat (limited to 'jerry-core/ecma/builtin-objects/ecma-builtin-regexp-string-iterator-prototype.inc.h')
-rw-r--r--jerry-core/ecma/builtin-objects/ecma-builtin-regexp-string-iterator-prototype.inc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-string-iterator-prototype.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-string-iterator-prototype.inc.h
index d2eebddb..612bf697 100644
--- a/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-string-iterator-prototype.inc.h
+++ b/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-string-iterator-prototype.inc.h
@@ -19,8 +19,6 @@
#include "ecma-builtin-helpers-macro-defines.inc.h"
-#if JERRY_ESNEXT
-
STRING_VALUE (LIT_GLOBAL_SYMBOL_TO_STRING_TAG,
LIT_MAGIC_STRING_REGEXP_STRING_ITERATOR_UL,
ECMA_PROPERTY_FLAG_CONFIGURABLE)
@@ -29,6 +27,4 @@ STRING_VALUE (LIT_GLOBAL_SYMBOL_TO_STRING_TAG,
* (property name, C routine name, arguments number or NON_FIXED, value of the routine's length property) */
ROUTINE (LIT_MAGIC_STRING_NEXT, ecma_builtin_regexp_string_iterator_prototype_object_next, 0, 0)
-#endif /* JERRY_ESNEXT */
-
#include "ecma-builtin-helpers-macro-undefs.inc.h"