aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/operations/ecma-function-object.h
AgeCommit message (Expand)Author
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2021-11-25Outsource magic error messages (#4821)Csaba Repasi
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-11-04Optimize ecma_op_function_call (#4817)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-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-11-24The constructor check should return false for arrow and generator functions (...Péter Gál
2020-09-17Improve support for built-in native handlers (#4184)Dániel Bátyai
2020-07-27Rework Object's [[OwnPropertyKeys]] (#4001)Szilagyi Adam
2020-07-20Remove the usage of ecma_length_t (#4009)Robert Fancsik
2020-07-03Implement missing async function and async iterator prototypes. (#3962)Zoltan Herczeg
2020-06-26Simplify resource name handling (#3929)Dániel Bátyai
2020-06-22Implement async generators (#3916)Zoltan Herczeg
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-05-29Add support for builtin/builtin routine 'name' property (#3810)Robert Fancsik
2020-05-28Implement function name support for script functions and classes (#3745)Robert Fancsik
2020-05-25Fix property order in lazy property listing for builtin/external functions (#...Robert Fancsik
2020-04-04Fix attributes of length property for bound function (#3659)Hyukwoo Park
2020-03-16Rework the core of class parsing/runtime semantic (#3598)Robert Fancsik
2020-02-25Remove ECMA_OBJECT_TYPE_ARROW (#3582)Robert Fancsik
2020-01-16Add option to list symbols in Object.getOwnPropertyNames() (#3507)Peter Marki
2020-01-15Add builtin GeneratorFunction support (#3499)Robert Fancsik
2019-11-06Introduce jerry_get_resource_name API function (#3236)Robert Fancsik
2019-10-29Introduce ecma_op_object_get_length and ecma_op_object_get_by_index operation...Robert Fancsik
2019-10-24Revise ES2015 feature guards (#3240)Robert Fancsik
2019-09-12Rework ecma collection (#3086)Robert Fancsik
2019-04-09Rework usages/naming of configuration macros [part 1] (#2793)Péter Gál
2018-10-25Implement ES2015 class feature (part II.) (#2439)Robert Fancsik
2018-10-03Rework op_construct. (#2547)Zoltan Herczeg
2018-03-20Support static snapshots. (#2239)Zoltan Herczeg
2017-10-06Implement this binding for arrow functions.Zoltan Herczeg
2017-09-05Correctly enumerate function property members.Zoltan Herczeg
2017-08-30Reduce the memory consumption of function objects. (#1954)Zoltan Herczeg
2017-05-11Remove include jerryscript.h from jrt.h. (#1803)Zoltan Herczeg
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-09-19Major property rework: introducing virtual properties.Zoltan Herczeg
2016-09-12Rewrite property get/put to not use ecma_op_object_get_own_propertyZoltan Herczeg
2016-04-22Remove unused internal functionsAkos Kiss
2016-02-17Remove 'ecma_completion_value_t'Zoltan Herczeg
2016-02-10ECMAScript Parameters cannot be passed in collections anymore, only as arrays.Zoltan Herczeg
2016-02-05Compact Byte Code parser and executor for Jerry.Zoltan Herczeg
2015-11-02Read function's scope flags only in ecma_op_create_function_object instead of...Ruben Ayrapetyan
2015-11-02List of lazy instantiated properties' names in ecma_op_object_get_property_na...Ruben Ayrapetyan