aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/api/jerry-snapshot.c
AgeCommit message (Expand)Author
2023-12-11Update clang-format (#5112)Máté Tokodi
2023-11-15Update doxygen and fix documentation (#5106)Máté Tokodi
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2022-01-20Update jerry-port and jerry-ext (#4907)Dániel Bátyai
2021-12-07Rename resource_name to source_name (#4846)Yonggang Luo
2021-12-06Rework the public API (#4829)Dániel Bátyai
2021-11-25Outsource magic error messages (#4821)Csaba Repasi
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-10-06Support getting script object in the backtrace callback. (#4789)Zoltan Herczeg
2021-09-13Remove built-in flag from object type (#4763)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-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-07-15Remove ecma_parse_options_t in favor of jerry_parse_options_t (#4713)Zoltan Herczeg
2021-04-07Add constant error messages (#4640)kisbg
2021-03-31Replace duplicate ecma definitions (#4637)Tóth Béla
2021-03-10Add custom configuration to jerry_parse and its variants (#4620)Zoltan Herczeg
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-28Remove full stop after error messages (#4524)Zoltan Herczeg
2021-01-18Add a callback which is called when Error objects are created (#4465)Zoltan Herczeg
2020-12-14Allow changing the 'this' binding of a realm (#4357)Zoltan Herczeg
2020-12-08Implement realm object and support realms for built-ins and JS functions (#4354)Zoltan Herczeg
2020-11-16Support byte code dump when snapshot is executed. (#4327)Zoltan Herczeg
2020-08-04Implement BigInt literal parsing in the parser. (#4089)Zoltan Herczeg
2020-07-20Remove the usage of ecma_length_t (#4009)Robert Fancsik
2020-06-26Simplify resource name handling (#3929)Dániel Bátyai
2020-06-15Create extend byte code flags with function types. (#3802)Zoltan Herczeg
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-05-28Implement function name support for script functions and classes (#3745)Robert Fancsik
2020-05-26Rework RegExp engine and add support for proper unicode matching (#3746)Dániel Bátyai
2020-03-16Rework the core of class parsing/runtime semantic (#3598)Robert Fancsik
2020-03-02Implement ecma_stringbuilder_create_raw method for stringbuilder (#3584)Szilagyi Adam
2020-02-24Use stringbuilder in static_snapshot_error_unsupported_literal (#3574)Szilagyi Adam
2020-02-21Fix lexical scoping between scripts (#3558)Dániel Bátyai
2020-02-03Add vera rules to check consecutive and trailing empty lines (#3540)Dániel Bátyai
2020-01-15Add builtin GeneratorFunction support (#3499)Robert Fancsik
2020-01-10Support all literals in 'jerry_get_literals_from_snapshot' when C format is u...László Langó
2019-12-19Implement tagged template literals (#3456)Robert Fancsik
2019-12-16Implement \u{hex} support. (#3447)Zoltan Herczeg
2019-12-10Revise the usage of the global error value/exception flag (#3426)Robert Fancsik
2019-11-19Add missing macro guard for jerry_generate_snapshot_with_args (#3331)Robert Fancsik
2019-11-18Implement function destructuring argument support. (#3322)Zoltan Herczeg
2019-10-25Refactor ecma_op_to_string (#3171)Szilagyi Adam
2019-10-24Revise ES2015 feature guards (#3240)Robert Fancsik
2019-10-02Refactor RegExp builtin (#3136)Dániel Bátyai
2019-09-12Rework ecma collection (#3086)Robert Fancsik
2019-07-31Make sure that snapshot API return values are the same as in the docs (#2997)Péter Gál