aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-helpers.h
AgeCommit message (Expand)Author
2018-08-08Revisit unused global functions in jerry-core (#2450)Akos Kiss
2018-04-05Add json parse and stringify function to jerryscript c api (#2243)ZsoltRaduska
2018-01-10Rework ecma collection. (#2153)Zoltan Herczeg
2017-12-19Optimize string concatenation. (#2141)Zoltan Herczeg
2017-01-11Improve date helpers. (#1499)Zoltan Herczeg
2016-12-16Add parameter names to function declarations. (#1498)Tilmann Scheller
2016-12-16Remove redundant extern keywords from function declarations/definitions. (#1495)Tilmann Scheller
2016-12-13Reduce Date prototype binary size. (#1488)Zoltan Herczeg
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-08-05Remove compact profile.Robert Sipka
2016-05-02Fix wrong indentations of function parametersZsolt Borbély
2016-04-22Factor out common error dispatch call functionality into helperAkos Kiss
2016-04-22Remove unused internal functionsAkos Kiss
2016-03-10Unify the naming scheme of all header definesAkos Kiss
2016-02-18Fix system call related date builtin functionsLászló Langó
2016-02-17Remove 'ecma_completion_value_t'Zoltan Herczeg
2016-02-15Remove g++ support from the [C]Make files.Robert Sipka
2015-11-27Rearrange String.prototype.indexOf, lastIndexOf and Replace helpersLaszlo Vidacs
2015-09-28Remove argument names in function prototypes, declared in headers; fix '*' al...Ruben Ayrapetyan
2015-08-17Refactor the remaining date string conversion helpers.Zoltan Herczeg
2015-08-13Fix assert in the Date prototypeKristof Kosztyo
2015-08-13Date toString methods follow the date format used by other JS engines:Zoltan Herczeg
2015-08-07Use ecma-collection in JSON.Roland Takacs
2015-08-06Implement String.prototype.lastIndexOf()Laszlo Vidacs
2015-08-04Refactor to{,UTC,ISO}String methods of the Date object.Roland Takacs
2015-08-03Fix [[Construct]] call for Date()Roland Takacs
2015-07-30Use [[DefineOwnProperty]] in Array builtins where necessary.Dániel Bátyai
2015-07-24Fix Array.prototype.concat() when 'this' is not an array.Dániel Bátyai
2015-07-22Implement date.prototype.toISOString() and date.prototype.toUTCString()Roland Takacs
2015-07-15Implement builtin setters for Date objectSzilard Ledan
2015-07-09Implement builtin getters for Date objectSzilard Ledan
2015-07-08Implement String.prototype.substring()Laszlo Vidacs
2015-07-07Implement JSON built-in objectZoltan Herczeg
2015-07-02Change Date helpers to handle NaNSzilard Ledan
2015-06-29Implement Date object helper functionsSzilard Ledan
2015-06-23Fix the indexing of Array builtin functions.Zsolt Borbély
2015-06-01Implement Object.getOwnPropertyNames and Object.keys.Peter Gal
2015-05-27Implement Array.prototoype.toLocaleString()Peter Gal
2015-05-20Implement Array.prototype.toStringPeter Gal