aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/include/jerryscript-snapshot.h
AgeCommit message (Expand)Author
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-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-10-19Move version numbers to public headers (#2556)Tóth Béla
2018-09-06Improve API of literal save and the snapshot (command line) tool (#2507)László Langó
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
2017-10-18Introduce a way to directly save snapshot functions and load them back (#2043)Péter Gál
2017-10-12Support multiple primary functions in a single snapshot. (#1797)Zoltan Herczeg
2017-05-04Move jerry-core API implementations and headers into dedicated subdirectories...Akos Kiss