aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/include/jerryscript-snapshot.h
AgeCommit message (Expand)Author
2021-12-07Rename resource_name to source_name (#4846)Yonggang Luo
2021-12-06Rework the public API (#4829)Dániel Bátyai
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-10-27Remove block result (#4799)Robert Fancsik
2021-09-15Implement import.meta object (#4766)Zoltan Herczeg
2021-08-31Implement function.toString operation (#4752)Zoltan Herczeg
2021-08-11Support parsing of scripts / functions stored in string values (#4728)Zoltan Herczeg
2021-07-27Change resource name to a string. (#4724)Zoltan Herczeg
2021-07-24Support dynamic import calls (#4652)Zoltan Herczeg
2021-07-20Support shared user data for scripts (#4710)Zoltan Herczeg
2021-07-16Replace jerry_load_function_snapshot function with a flag (#4719)Zoltan Herczeg
2021-07-15Rework storing the line/column/bytecode info (#4707)Zoltan Herczeg
2021-03-24Extract type defintions from jerryscript-core.h into jerryscript-types.h (#4634)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-04Improve destructuring patterns (#4527)Robert Fancsik
2021-01-19Invalid regexp literals should throw syntax error in ES11 (#4506)Robert Fancsik
2020-12-08Implement realm object and support realms for built-ins and JS functions (#4354)Zoltan Herczeg
2020-10-19Implement proper function length support (#4290)Zoltan Herczeg
2020-10-16Implement proper arguments support (#4289)Zoltan Herczeg
2020-09-25Properly implement static class fields. (#4221)Zoltan Herczeg
2020-09-21Rework frame context (#4200)Zoltan Herczeg
2020-08-28Fix evaluation order in non-binding destructuring patterns (#4173)Robert Fancsik
2020-08-10Implement unary operators: bitwise not, pre/post increment/decrement (#4116)Zoltan Herczeg
2020-08-04Implement BigInt literal parsing in the parser. (#4089)Zoltan Herczeg
2020-07-03Support super property reference in object methods/accessors (#3940)Robert Fancsik
2020-07-02Implement ... support for object initializers. (#3968)Zoltan Herczeg
2020-06-30Implement for-await-of statement. (#3946)Zoltan Herczeg
2020-06-26Simplify resource name handling (#3929)Dániel Bátyai
2020-06-22Implement async generators (#3916)Zoltan Herczeg
2020-06-17Implement async function execution. (#3897)Zoltan Herczeg
2020-06-08Implement argument redefinition with var statement. (#3811)Zoltan Herczeg
2020-06-08Implement eval support for functions with arguments lexical env. (#3806)Zoltan Herczeg
2020-06-08Fix three async function issues. (#3863)Zoltan Herczeg
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-04-29Implement throwing const re-assignment error. (#3697)Zoltan Herczeg
2020-04-27Implement exponentiation operation. (#3692)Zoltan Herczeg
2020-03-02Fix object destructuring for empty pattern (#3571)Robert Fancsik
2020-02-21Fix lexical scoping between scripts (#3558)Dániel Bátyai
2020-02-18Fix local scoping for functions. (#3559)Zoltan Herczeg
2020-01-14Fix iterator position calculation for array patterns (#3494)Robert Fancsik
2019-12-20Support parsing async modifiers for functions. (#3460)Zoltan Herczeg
2019-12-19Implement tagged template literals (#3456)Robert Fancsik
2019-12-05Implement yield* operation in generator functions. (#3407)Zoltan Herczeg
2019-12-02Remove CBC_EXT_CONTINUE_EXEC opcode. (#3378)Zoltan Herczeg
2019-11-28Implement the core of the generator functions. (#3368)Zoltan Herczeg
2019-11-21Add iterator close support for array destructuring (#3337)Robert Fancsik
2019-11-18Implement function destructuring argument support. (#3322)Zoltan Herczeg