aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/base/ecma-alloc.h
AgeCommit message (Expand)Author
2018-08-08Revisit unused global functions in jerry-core (#2450)Akos Kiss
2018-01-10Rework ecma collection. (#2153)Zoltan Herczeg
2017-10-06Implement this binding for arrow functions.Zoltan Herczeg
2017-05-16Rework memory statistics to provide useful user information. (#1812)Zoltan Herczeg
2017-04-10Add 'type' argument to set/get native handle API (#1711)Zidong Jiang
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-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-10-19Remove several internal property types for primitive objects. (#1399)Zoltan Herczeg
2016-06-21Create extended objects instead of internal properties.Zoltan Herczeg
2016-04-13Refactor object property chain to use property pairs. The patchZoltan Herczeg
2016-04-13Doc comment maintenanceAkos Kiss
2016-03-10Unify the naming scheme of all header definesAkos Kiss
2016-02-17Remove 'ecma_completion_value_t'Zoltan Herczeg
2015-09-28Remove argument names in function prototypes, declared in headers; fix '*' al...Ruben Ayrapetyan
2015-04-03Implementing dispatcher for calling native handlers associated with external ...Ruben Ayrapetyan
2015-04-03wip: Implementing external function apiIlyong Cho
2015-02-19Storing named accessor property's pointer to getter and setter objects in sep...Ruben Ayrapetyan
2015-02-17Renaming core -> jerry-core.Ruben Ayrapetyan