aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/parser/js/js-parser-internal.h
AgeCommit message (Expand)Author
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2021-12-15Implement ECMAScript 2022 class static block (#4841)Szilagyi Adam
2021-12-15Fix redeclaration related eval corner cases (#4886)Szilagyi Adam
2021-11-26Implement ECMAScript 2022 private class methods and fields (#4831)Szilagyi Adam
2021-11-26Generate parser error messages (#4836)Csaba Repasi
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-10-27Remove block result (#4799)Robert Fancsik
2021-08-31Implement function.toString operation (#4752)Zoltan Herczeg
2021-08-17Improve parse_identifier (#4691)batizdaniel
2021-08-17Improve storing the line info data during parsing (#4735)Zoltan Herczeg
2021-08-11Support parsing of scripts / functions stored in string values (#4728)Zoltan Herczeg
2021-07-20Support shared user data for scripts (#4710)Zoltan Herczeg
2021-07-15Rework storing the line/column/bytecode info (#4707)Zoltan Herczeg
2021-07-15Remove ecma_parse_options_t in favor of jerry_parse_options_t (#4713)Zoltan Herczeg
2021-03-30Rework module linking (#4632)Zoltan Herczeg
2021-03-10Add custom configuration to jerry_parse and its variants (#4620)Zoltan Herczeg
2021-02-23Move push literal number opcodes to basic opcodes (#4609)Robert Fancsik
2021-02-11Use C99 flexible array member notation in parser memory struct (#4592)Péter Gál
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-18Rework module parsing and execution (#4462)Dániel Bátyai
2020-12-14Fix var and function declaration in eval (#4360)Zoltan Herczeg
2020-11-16Support byte code dump when snapshot is executed. (#4327)Zoltan Herczeg
2020-10-29Implement rest parameter support for destructuring object patterns. (#4318)Zoltan Herczeg
2020-10-19Implement proper function length support (#4290)Zoltan Herczeg
2020-10-15Exporting undeclared variables should throw a SyntaxError (#4276)Dániel Bátyai
2020-09-25Properly implement static class fields. (#4221)Zoltan Herczeg
2020-09-17Initial implementation of class fields (#4191)Zoltan Herczeg
2020-08-28Fix evaluation order in non-binding destructuring patterns (#4173)Robert Fancsik
2020-08-05Methods shouldn't have prototype property (#3964)Csaba Osztrogonác
2020-07-27Invalid regexp patterns should not throw syntax error during parsing (#4038)Robert Fancsik
2020-07-17Implement nullish coalescing operator (#3997)kisbg
2020-07-03Support super property reference in object methods/accessors (#3940)Robert Fancsik
2020-06-30Rework flags representing arrow functions and complex arguments (#3957)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-06-08Implement eval support for functions with arguments lexical env. (#3806)Zoltan Herczeg
2020-06-03Fix assignment lookahead in parser_process_group_expression (#3828)Robert Fancsik
2020-05-28Implement function name support for script functions and classes (#3745)Robert Fancsik
2020-05-15Implement parsing await. (#3738)Zoltan Herczeg
2020-05-12Implement proper creation of function arguments, let and const declarations. ...Zoltan Herczeg
2020-05-04Fix function argument handling issues caused by the parser. (#3705)Zoltan Herczeg
2020-04-29Implement throwing const re-assignment error. (#3697)Zoltan Herczeg
2020-04-27Implement exponentiation operation. (#3692)Zoltan Herczeg
2020-04-24Implement separate context for arguments. (#3686)Zoltan Herczeg
2020-04-20Fix iterator step calculation for bracketed property expressions (#3678)Robert Fancsik
2020-04-17Use symbolic constants for code size checks. (#3682)Zoltan Herczeg
2020-03-27Remove JERRY_CONTEXT_INVALID_NEW_TARGET (#3643)Robert Fancsik
2020-03-16Rework the core of class parsing/runtime semantic (#3598)Robert Fancsik
2020-02-24Add global status flags for the parser. (#3572)Zoltan Herczeg