aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-helpers.c
AgeCommit message (Expand)Author
2018-05-18Add Windows support. (#2306)Yonggang Luo
2018-05-09Fix some incorrect documentation (#2320)Mátyás Mustoha
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-19Fix conversion warnings (#2126)Robert Sipka
2017-12-07Remove trivial ecma_number arithmetic functions (#2123)Robert Fancsik
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-24[ES2015][TypedArray] add other 8 types (#1532)Zidong Jiang
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-09-09Remove several ecma_op_object_get_[own_]property calls.Zoltan Herczeg
2016-07-13Improve the construction of "length" built-in strings.Zoltan Herczeg
2016-06-14Rename ecma_is_value_error to ECMA_IS_VALUE_ERROR.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-04-13Doc comment maintenanceAkos Kiss
2016-04-12Use 'const' in string iterations.László Langó
2016-04-12Introduce ECMA_STRING_TO_UTF8_STRING and ECMA_FINALIZE_UTF8_STRINGLászló Langó
2016-03-22Performance optimizationsLászló Langó
2016-03-09Don't use messages for errors by defaultLászló Langó
2016-03-08Fix problems arising from incorrect use of various size typesAkos Kiss
2016-03-01Small refactoringsZsolt Borbély
2016-03-01Fix the format of doxygen comments of output argumentsLászló Langó
2016-02-18Fix style issues and improve vera++ rules.László Langó
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