aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-date-prototype.c
AgeCommit message (Expand)Author
2018-05-25Cleanup code around JERRY_UNREACHABLEs (#2342)Akos Kiss
2018-05-14Add jerryscript-compiler.h public header to cover compiler incompatibilities ...Akos Kiss
2018-03-01Improve magic string handling. (#2221)Zoltan Herczeg
2017-12-06Remove ecma_simple_value_t and refactor ecma_make_simple_value (#2135)Robert Fancsik
2017-12-05Add fast path to ecma_op_object_get with magic string. (#2078)Zoltan Herczeg
2017-01-11Improve date helpers. (#1499)Zoltan Herczeg
2017-01-03Fix documentation errors (#1510)Akos Kiss
2016-12-13Reduce Date prototype binary size. (#1488)Zoltan Herczeg
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-12-07Add ES2015 feature: ArrayBuffer (#1467)Zidong Jiang
2016-11-22Add missing error messages to 'ecma/builtin-objects' (#1443)László Langó
2016-10-19Remove several internal property types for primitive objects. (#1399)Zoltan Herczeg
2016-08-31Change return value to ecma_value_t for getting internal properties.Zoltan Herczeg
2016-08-05Remove compact profile.Robert Sipka
2016-06-14Introduce JERRY_UNUSED() instead of __attr_unused___Zsolt Borbély
2016-05-20Change internal property values of built-in primitive objects (namely Number,Zoltan Herczeg
2016-05-17Introduce integer ecma-value representation to reduce the double allocations.Zoltan Herczeg
2016-05-02Store aligned pointers directly in ecma_value_t if it is possible.Robert Sipka
2016-04-18Unifiy the comments of preprocessor conditionalsAkos Kiss
2016-04-13Refactor object property chain to use property pairs. The patchZoltan Herczeg
2016-04-08Turn modified fdlibm into Jerry's own libmAkos Kiss
2016-03-09Don't use messages for errors by defaultLászló Langó
2016-03-03Rearrange fields of ecma_property_t to be naturally aligned. Packed attribute...Zoltan Herczeg
2016-02-17Remove 'ecma_completion_value_t'Zoltan Herczeg
2016-02-15Remove g++ support from the [C]Make files.Robert Sipka