aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-prototype.c
AgeCommit message (Expand)Author
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2021-11-25Outsource magic error messages (#4821)Csaba Repasi
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-09-13Remove built-in flag from object type (#4763)Zoltan Herczeg
2021-04-19Continue replacing duplicate ecma definitions (#4644)Tóth Béla
2021-04-07Add constant error messages (#4640)kisbg
2021-04-06Remove pseudo array object type from the project (#4643)Zoltan Herczeg
2021-03-10Reorganize property descriptor flags (#4622)Zoltan Herczeg
2021-02-08Add cross-realm support to RegExp.prototype (#4567)kisbg
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-28Remove full stop after error messages (#4524)Zoltan Herczeg
2021-01-18Implement Symbol.matchAll (#4082)Szilagyi Adam
2021-01-16Fixes ENABLE_AMALGAM need FORCE set to ON when building with MSVC (#4392)Yonggang Luo
2020-12-01Rework built-in processing of JerryScript (#4347)Zoltan Herczeg
2020-09-24Delete ECMA_OP_TO_NUMBER_TRY_CATCH macro (#4229)Virag Orkenyi
2020-08-26Minor fix to RegExp.prototype.compile (#4112)Szilagyi Adam
2020-08-06Update RegExp.prototype accessors for ES11 (#4103)Dániel Bátyai
2020-07-29Fix conversion and signedness warnings (#4079)Péter Gál
2020-07-28Fix a use-after-free in RegExp.prototype.compile (#4068)Dániel Bátyai
2020-07-24Added RegExp dotAll flag (#4000)kisbg
2020-07-21Add missing error check to ecma_builtin_regexp_prototype_compile (#4022)Szilagyi Adam
2020-07-21Add custom Regexp.prototype dispatcher (#3979)Daniella Barsony
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-05-04Update the RegExp.prototype.test function to support ES6 version (#3693)Szilagyi Adam
2020-04-06Fix the types of builtin prototype objects (#3663)Dániel Bátyai
2020-03-27Update the RegExp constructor to ECMA-262 v6 (#3538)Szilagyi Adam
2020-02-18Implement EscapeRegExpPattern method (#3543)Szilagyi Adam
2020-01-06Refactor ecma_regexp_exec_helper arguments (#3484)Szilagyi Adam
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-12-10Update String.prototype.match to ECMA-262 v6 (#3375)Szilagyi Adam
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-20Implement IsRegExp operation (#3321)Szilagyi Adam
2019-11-08Refactor String.prototype.replace (#3284)Dániel Bátyai
2019-10-25Refactor ecma_op_to_string (#3171)Szilagyi Adam
2019-10-02Refactor RegExp builtin (#3136)Dániel Bátyai
2019-07-17Improve RegExp.prototype.compile (#2971)Robert Fancsik
2019-04-09Rework usages/naming of configuration macros [part 1] (#2793)Péter Gál
2019-01-04Removed ECMA_TRY_CATCH macros from RegExp built-in (#2642)László Langó
2018-04-20Reduce code duplication between RegExp.construct and [[Call]] (#2287)Mátyás Mustoha
2018-03-01Improve magic string handling. (#2221)Zoltan Herczeg
2018-01-10Rework ecma collection. (#2153)Zoltan Herczeg
2017-12-19Optimize string concatenation. (#2141)Zoltan Herczeg
2017-12-06Remove ecma_simple_value_t and refactor ecma_make_simple_value (#2135)Robert Fancsik
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-12-07Add ES2015 feature: ArrayBuffer (#1467)Zidong Jiang
2016-10-19Remove several internal property types for primitive objects. (#1399)Zoltan Herczeg
2016-10-18Use 'ecma_make_boolean_value' where possible. (#1394)Robert Sipka
2016-09-09Remove several ecma_op_object_get_[own_]property calls.Zoltan Herczeg