aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/operations/ecma-lex-env.c
AgeCommit message (Expand)Author
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2021-12-15Fix arrow function this binding resolving if environment record is present (#...Robert Fancsik
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-04-19Continue replacing duplicate ecma definitions (#4644)Tóth Béla
2021-04-12Create namespace with references for modules (#4646)Zoltan Herczeg
2021-03-10Reorganize property descriptor flags (#4622)Zoltan Herczeg
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-29Increase the maximum reference count of objects when cpointer 32 is enabled (...Zoltan Herczeg
2021-01-28Remove full stop after error messages (#4524)Zoltan Herczeg
2021-01-18Optimize lexenv binding creation (#4502)Robert Fancsik
2021-01-12Unify internal property creation (#4373)Zoltan Herczeg
2021-01-07Fix mutable binding creation for realms with proxy this binding (#4370)Zoltan Herczeg
2020-12-08Implement realm object and support realms for built-ins and JS functions (#4354)Zoltan Herczeg
2020-10-12Implement environment record for class constructors (#4207)Zoltan Herczeg
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-04-29Implement throwing const re-assignment error. (#3697)Zoltan Herczeg
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-02-03Add vera rules to check consecutive and trailing empty lines (#3540)Dániel Bátyai
2019-08-27Optimize ecma_builtin_helper_def_prop. (#3007)Robert Fancsik
2019-08-06Reduce the size of the jerry_context_t structure (#2981)Robert Fancsik
2019-04-25Rework ES2015 module system and add missing features. (#2792)Daniel Vince
2019-04-09Rework usages/naming of configuration macros [part 1] (#2793)Péter Gál
2019-03-18Part I: Implement ES2015 module system. (#2599)Daniel Vince
2019-01-03Fix ecma_op_resolve_reference_base for super object bound lexical environment...Robert Fancsik
2018-11-28Reduce ecma_{ref, deref}_object calls while using ecma_builtin_get (#2616)Robert Fancsik
2018-11-06Reduce ecma_builtin_helper_def_prop arguments (#2585)Robert Fancsik
2018-10-25Implement ES2015 class feature (part II.) (#2439)Robert Fancsik
2018-06-20Remove ECMA_LEXICAL_ENVIRONMENT_OBJECT_BOUND. (#2408)Zoltan Herczeg
2018-05-18Remove legacy jerry_get_memory_limits API function and unused configuration m...Akos Kiss
2017-12-06Remove ecma_simple_value_t and refactor ecma_make_simple_value (#2135)Robert Fancsik
2017-11-28Fix undefined behaviour of global object freezingDaniel Balla
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
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-21Move GC, lcache, literal storage, lexical env global variables to jerry context.Zoltan Herczeg
2016-07-20Fix minor implementation issues found in the JerryScript API.Zoltan Herczeg
2016-06-14Rename ecma_is_value_error to ECMA_IS_VALUE_ERROR.Zoltan Herczeg
2016-05-29Passing less number of arguments to a function is generally faster. SoZoltan Herczeg
2016-04-22Remove unused internal functionsAkos Kiss
2016-04-18Unifiy the comments of preprocessor conditionalsAkos Kiss
2016-04-13Refactor object property chain to use property pairs. The patchZoltan Herczeg
2016-04-13Doc comment maintenanceAkos Kiss
2016-04-06Refactor object properties to become real fields.Zoltan Herczeg
2016-03-22Performance optimizationsLászló Langó
2016-03-09Don't use messages for errors by defaultLászló Langó