aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/vm/vm-stack.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
2021-02-04Improve destructuring patterns (#4527)Robert Fancsik
2020-07-01Implement AsyncIteratorClose for for-await-of statement. (#3955)Zoltan Herczeg
2020-06-30Implement for-await-of statement. (#3946)Zoltan Herczeg
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-03-16Rework the core of class parsing/runtime semantic (#3598)Robert Fancsik
2020-01-13Add iterator close support for for-of statement (#3401)Robert Fancsik
2019-11-28Implement the core of the generator functions. (#3368)Zoltan Herczeg
2019-10-25Implement the core of let/const statement. (#3239)Zoltan Herczeg
2019-10-24Revise ES2015 feature guards (#3240)Robert Fancsik
2019-06-07Implement the for of statement (#2871)Robert Fancsik
2019-05-28Cleanup unused macros/typedefs from ecma-globals.h (#2888)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-05-18Remove legacy jerry_get_memory_limits API function and unused configuration m...Akos Kiss
2017-05-02`config.h` maintenance (#1792)Akos Kiss
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-02-17Remove 'ecma_completion_value_t'Zoltan Herczeg
2016-02-05Compact Byte Code parser and executor for Jerry.Zoltan Herczeg
2015-11-02Introduce parser-time optimization that moves function's argument values to r...Ruben Ayrapetyan
2015-10-23Change reg_var_decl instruction arguments to [number of registers for tempora...Ruben Ayrapetyan
2015-09-28Remove argument names in function prototypes, declared in headers; fix '*' al...Ruben Ayrapetyan
2015-08-27Introduce parser-time optimization that replaces a function's local variables...Ruben Ayrapetyan
2015-07-22Move ecma-stack to vm component, renaming it to vm-stack.Ruben Ayrapetyan