aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-prototype.inc.h
AgeCommit message (Expand)Author
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-18Implement Symbol.matchAll (#4082)Szilagyi Adam
2020-08-26Minor fix to RegExp.prototype.compile (#4112)Szilagyi Adam
2020-07-24Added RegExp dotAll flag (#4000)kisbg
2020-07-21Add custom Regexp.prototype dispatcher (#3979)Daniella Barsony
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-05-08Update ES6 Regexp accessors descriptors (#3726)Rafal Walczyna
2019-12-20Implement and add support for Symbol.split (#3453)Dániel Bátyai
2019-12-12Implement and add support for RegExp.prototype[@@search] (#3436)Dániel Bátyai
2019-11-26Implement Regexp.prototype[@@match] method (#3345)Szilagyi Adam
2019-11-22Add handling for RegExp unicode and sticky flags (#3341)Dániel Bátyai
2019-11-08Refactor String.prototype.replace (#3284)Dániel Bátyai
2019-10-02Refactor RegExp builtin (#3136)Dániel Bátyai
2019-04-09Rework usages/naming of configuration macros [part 1] (#2793)Péter Gál
2017-12-06Remove ecma_simple_value_t and refactor ecma_make_simple_value (#2135)Robert Fancsik
2017-04-21Generate lit-magic-strings.inc.h (#1690)Akos Kiss
2017-03-23Factor out common macro un/definitions used for built-in descriptions (#1678)Akos Kiss
2017-01-17Remove 'OBJECT_ID' from builtin headers. (#1529)László Langó
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-12-07Add ES2015 feature: ArrayBuffer (#1467)Zidong Jiang
2016-11-29Replace `//` double slash comments with `/* */`. (#1461)Robert Sipka
2016-08-05Remove compact profile.Robert Sipka
2016-06-16Improve builtin-property construction.Zoltan Herczeg
2016-04-18Unifiy the comments of preprocessor conditionalsAkos Kiss
2015-08-24Implement RegExp.prototype.compile()Dániel Bátyai
2015-07-30Fix properties of RegExp prototypeLászló Langó
2015-07-15Style fixes for RegExp engine.László Langó
2015-06-29Move char type definitions and magic string processing functions to literal c...Andrey Shitov
2015-06-26Add RegExp object constructor, regular expression matching procedures, RegExp...László Langó