aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-array-prototype.c
AgeCommit message (Expand)Author
2018-06-06Merged conditions of if statements where possible. (#2380)László Langó
2018-05-18Fix parameter constness differences in function declarations and definitions ...Akos Kiss
2018-05-15Remove usage of comma operator in array prototypePeter Gal
2018-04-19Reduce code duplication between Array.reduce and reduceRight (#2280)Mátyás Mustoha
2018-04-13Reduce code duplication between Array.forEach, some, and every (#2275)Mátyás Mustoha
2018-03-05Remove ecma_get_length_string (#2234)Yuyupo
2018-03-01Improve magic string handling. (#2221)Zoltan Herczeg
2018-02-07Remove arguments of ecma_new_values_collection. (#2197)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
2017-12-05Add fast path to ecma_op_object_get with magic string. (#2078)Zoltan Herczeg
2017-07-13Shifting array element down in the tree must be finished even if an error occursRobert Fancsik
2017-02-22Remove shadowed declarations, undefined identifiers, and specify argument typ...Robert Sipka
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-11-22Add missing error messages to 'ecma/builtin-objects' (#1443)László Langó
2016-11-07All strings whose are valid array indicies always use the UINT32_IN_DESC form...Zoltan Herczeg
2016-09-09Remove several ecma_op_object_get_[own_]property calls.Zoltan Herczeg
2016-08-05Remove compact profile.Robert Sipka
2016-07-13Improve the construction of "length" built-in strings.Zoltan Herczeg
2016-06-16Change return value of 'ecma_ref_ecma_string' to voidLászló Langó
2016-06-16Remove string copyLászló Langó
2016-06-14Rename ecma_is_value_error to ECMA_IS_VALUE_ERROR.Zoltan Herczeg
2016-05-30Optimize conditional jumps.Zoltan Herczeg
2016-05-20Change 'mem' namspace to 'jmem'László Langó
2016-05-17Introduce integer ecma-value representation to reduce the double allocations.Zoltan Herczeg
2016-05-02Fix wrong indentations of function parametersZsolt Borbély
2016-03-22Performance optimizationsLászló Langó
2016-03-09Don't use messages for errors by defaultLászló Langó
2016-03-01Small refactoringsZsolt Borbély
2016-02-17Remove 'ecma_completion_value_t'Zoltan Herczeg
2016-02-16Eliminating doxygen warnings by fixing the documentationAkos Kiss
2016-02-15Remove g++ support from the [C]Make files.Robert Sipka