aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/operations/ecma-reference.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-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
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-01-07Add unscopables check to ecma_op_get_value_lex_env_base (#3476)Szilagyi Adam
2019-10-24Revise ES2015 feature guards (#3240)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
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-07-06Small performance optimizations of the interpreter.Zoltan Herczeg
2016-05-20Change 'mem' namspace to 'jmem'László Langó
2016-04-13Doc comment maintenanceAkos Kiss
2016-02-16Warning fixes.Robert Sipka
2015-09-28Remove argument names in function prototypes, declared in headers; fix '*' al...Ruben Ayrapetyan
2015-04-18Passing ecma_value_t by value instead of by reference.Ruben Ayrapetyan
2015-04-02Introducing mem_cpointer_t type for compressed pointers.Ruben Ayrapetyan
2015-02-17Renaming core -> jerry-core.Ruben Ayrapetyan