aboutsummaryrefslogtreecommitdiff
path: root/tests/unit-core/test-snapshot.c
AgeCommit message (Expand)Author
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
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-16Replace jerry_load_function_snapshot function with a flag (#4719)Zoltan Herczeg
2021-03-10Add custom configuration to jerry_parse and its variants (#4620)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
2020-01-10Support all literals in 'jerry_get_literals_from_snapshot' when C format is u...László Langó
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
2019-11-14Implement array/object destructuring (#3305)Robert Fancsik
2019-10-31Implement throwing ReferenceErrors for let/const variables. (#3264)Zoltan Herczeg
2019-10-30Implement correct construction of let/const declarations and function stateme...Zoltan Herczeg
2019-10-25Implement the core of let/const statement. (#3239)Zoltan Herczeg
2019-10-22Make snapshot unittest easily updatable (#3242)Csaba Osztrogonác
2019-10-17Create function variables using the data produced by the pre-scanner. (#3199)Zoltan Herczeg
2019-10-02Reduce code duplication in js-parser-expr.c (#3159)Robert Fancsik
2019-06-07Implement the for of statement (#2871)Robert Fancsik
2019-03-29Merge external direct magic strings into direct magic strings (#2766)Robert Fancsik
2019-01-25Add support for function rest parameter (#2647)Robert Fancsik
2018-11-29Optimize property call opcodes (#2609)Robert Fancsik
2018-10-25Implement ES2015 class feature (part II.) (#2439)Robert Fancsik
2018-09-24Change Promise properties to internal properties (#2526)Daniel Balla
2018-09-17Don't use `strlen` for string literals (#2517)Akos Kiss
2018-09-06Improve API of literal save and the snapshot (command line) tool (#2507)László Langó
2018-09-03Fix constantness of 'jerry_merge_snapshots' function. (#2504)László Langó
2018-08-30Remove character pointer typedefs (#2492)Akos Kiss
2018-08-28Implement computed properties for object literals. (#2481)Zoltan Herczeg
2018-07-31Remove unnecessary cbc_code_flag (#2443)Robert Fancsik
2018-07-13Implement ES2015 class feature (part I.) (#2404)Robert Fancsik
2018-06-20Add literal property to the byte code list. (#2397)Zoltan Herczeg
2018-05-18Convert certain push number opcodes to literals (#2328)Zoltan Herczeg
2018-05-03Rename the jerry_value_has_error_flag function. (#2290)Istvan Miklos
2018-04-19Add line info support. (#2286)Zoltan Herczeg
2018-04-11Rework snapshot execution api. (#2270)Zoltan Herczeg
2018-04-05Rework snapshot generation API. (#2259)Zoltan Herczeg
2018-03-20Support static snapshots. (#2239)Zoltan Herczeg
2018-03-14Create snapshot test (#2241)Yuyupo