aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-object.c
AgeCommit message (Expand)Author
2018-05-18Update Doxygen config file and fix Doxygen warnings (#2324)László Langó
2018-04-26Reduce code duplication between Object.isFrozen and isSealed (#2296)Mátyás Mustoha
2018-04-11Eliminate dead code in ecma_builtin_object_object_get_prototype_of (#2276)Peter Marki
2018-04-05Implement the ES2015 version of Object.getPrototypeOf and add a test file for...Peter Marki
2018-02-07Remove arguments of ecma_new_values_collection. (#2197)Zoltan Herczeg
2018-01-10Rework ecma collection. (#2153)Zoltan Herczeg
2017-12-06Remove ecma_simple_value_t and refactor ecma_make_simple_value (#2135)Robert Fancsik
2017-03-21Implement `Object.setPrototypeOf` from ES2015 specification (#1666)Akos Kiss
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-11-29Replace `//` double slash comments with `/* */`. (#1461)Robert Sipka
2016-11-22Add missing error messages to 'ecma/builtin-objects' (#1443)László Langó
2016-09-19Major property rework: introducing virtual properties.Zoltan Herczeg
2016-06-14Introduce JERRY_UNUSED() instead of __attr_unused___Zsolt Borbély
2016-05-20Change 'mem' namspace to 'jmem'László Langó
2016-04-13Refactor object property chain to use property pairs. The patchZoltan Herczeg
2016-03-22Performance optimizationsLászló Langó
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