aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-prototype.inc.h
AgeCommit message (Expand)Author
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ó