aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/operations/ecma-reference.c
AgeCommit message (Expand)Author
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2021-11-26Implement ECMAScript 2022 private class methods and fields (#4831)Szilagyi Adam
2021-11-25Outsource magic error messages (#4821)Csaba Repasi
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-11-02Fix typos in the documentation and related files (#4809)Zsolt Borbély
2021-04-12Create namespace with references for modules (#4646)Zoltan Herczeg
2021-03-31Replace duplicate ecma definitions (#4637)Tóth Béla
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-28Remove full stop after error messages (#4524)Zoltan Herczeg
2021-01-12Unify internal property creation (#4373)Zoltan Herczeg
2020-12-14Allow changing the 'this' binding of a realm (#4357)Zoltan Herczeg
2020-12-08Implement realm object and support realms for built-ins and JS functions (#4354)Zoltan Herczeg
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-05-13Add proxy support for HasBinding operation for Object Environment records (#3...Robert Fancsik
2020-03-16Rework the core of class parsing/runtime semantic (#3598)Robert Fancsik
2020-02-28Implement the core of Proxy object (#3562)Robert Fancsik
2020-02-21Fix lexical scoping between scripts (#3558)Dániel Bátyai
2020-01-16Introduce builtin intrinsic object to share property values between builtin o...Robert Fancsik
2020-01-07Add unscopables check to ecma_op_get_value_lex_env_base (#3476)Szilagyi Adam
2019-12-19Implement Symbol.unscopables (#3405)Szilagyi Adam
2019-10-31Implement throwing ReferenceErrors for let/const variables. (#3264)Zoltan Herczeg
2019-10-24Revise ES2015 feature guards (#3240)Robert Fancsik
2019-08-26General optimizations around compressed pointer management (#3019)Robert Fancsik
2019-06-19Rework usages/naming of configuration macros [part 2] (#2903)Péter Gál
2019-04-09Rework usages/naming of configuration macros [part 1] (#2793)Péter Gál
2019-01-03Fix ecma_op_resolve_reference_base for super object bound lexical environment...Robert Fancsik
2018-10-25Implement ES2015 class feature (part II.) (#2439)Robert Fancsik
2018-09-10Properly guard off LCache-related functionality (#2511)Akos Kiss
2018-06-20Remove ECMA_LEXICAL_ENVIRONMENT_OBJECT_BOUND. (#2408)Zoltan Herczeg
2017-12-06Remove ecma_simple_value_t and refactor ecma_make_simple_value (#2135)Robert Fancsik
2017-03-08Improve error messages (#1577)Yanhui Shen
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-11-28Improve the performance of resolve reference. (#1453)Zoltan Herczeg
2016-10-19Add error messages to ecam/operations. (#1396)László Langó
2016-09-19Major property rework: introducing virtual properties.Zoltan Herczeg
2016-09-09Remove several ecma_op_object_get_[own_]property calls.Zoltan Herczeg
2016-07-14Improve resolve reference.Zoltan Herczeg
2016-07-06Small performance optimizations of the interpreter.Zoltan Herczeg
2016-06-16Change return value of 'ecma_ref_ecma_string' to voidLászló Langó
2016-06-16Remove string copyLászló Langó
2016-04-13Doc comment maintenanceAkos Kiss
2016-03-22Performance optimizationsLá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-15Remove g++ support from the [C]Make files.Robert Sipka