aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtins.h
AgeCommit message (Expand)Author
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-09-23Add property key filters for built-in functions (#4776)Zoltan Herczeg
2021-09-13Fix property enumeration order of built-in properties (#4761)Zoltan Herczeg
2021-02-08Add cross-realm support to RegExp.prototype (#4567)kisbg
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2020-12-14Allow changing the 'this' binding of a realm (#4357)Zoltan Herczeg
2020-12-09Continue working on realms (#4356)Zoltan Herczeg
2020-12-08Implement realm object and support realms for built-ins and JS functions (#4354)Zoltan Herczeg
2020-12-01Rework built-in processing of JerryScript (#4347)Zoltan Herczeg
2020-07-27Rework Object's [[OwnPropertyKeys]] (#4001)Szilagyi Adam
2020-07-20Remove the usage of ecma_length_t (#4009)Robert Fancsik
2020-05-25Handle properties of builtin routine separately from builtin objects (#3694)Hyukwoo Park
2020-03-16Rework the core of class parsing/runtime semantic (#3598)Robert Fancsik
2020-01-16Add option to list symbols in Object.getOwnPropertyNames() (#3507)Peter Marki
2019-09-12Rework ecma collection (#3086)Robert Fancsik
2018-08-13Fix FILE_PATTERNS of Doxyfile and some of the issues it was hiding (#2446)Akos Kiss
2018-07-11Rework function call. (#2414)Zoltan Herczeg
2018-03-02Improve builtin instantiation (#2226)László Langó
2018-02-22Removed 'is_static' parameter from 'BUILTIN' macro, because was never used. (...László Langó
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-12-07Add ES2015 feature: ArrayBuffer (#1467)Zidong Jiang
2016-08-01Move all remaining globals to the global context.Zoltan Herczeg
2016-06-24Remove ECMA_OBJECT_TYPE_BUILT_IN_FUNCTION to free an object type.Zoltan Herczeg
2016-02-17Remove 'ecma_completion_value_t'Zoltan Herczeg
2016-02-10ECMAScript Parameters cannot be passed in collections anymore, only as arrays.Zoltan Herczeg
2015-11-02List of lazy instantiated properties' names in ecma_op_object_get_property_na...Ruben Ayrapetyan
2015-09-28Remove argument names in function prototypes, declared in headers; fix '*' al...Ruben Ayrapetyan
2015-08-10Pass function arguments through ecma-collections.Ruben Ayrapetyan
2015-05-29Fixing retrieval of [[Class]] properties for built-in function objects, optim...Ruben Ayrapetyan
2015-04-18Passing ecma_value_t by value instead of by reference.Ruben Ayrapetyan
2015-02-25Extension description syntax; extension instantiation, field values and calls...Ruben Ayrapetyan
2015-02-17Renaming core -> jerry-core.Ruben Ayrapetyan