aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/base/ecma-helpers.c
AgeCommit message (Expand)Author
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-26Implement ECMAScript 2022 private class methods and fields (#4831)Szilagyi Adam
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-10-07Implement vm throw capture status management for API errors (#4783)Zoltan Herczeg
2021-09-17Support resource name and user value for implicit class constructors (#4771)Zoltan Herczeg
2021-09-15Implement import.meta object (#4766)Zoltan Herczeg
2021-09-15Double the maximum number of object references (#4768)Zoltan Herczeg
2021-09-13Remove built-in flag from object type (#4763)Zoltan Herczeg
2021-09-13Fix property enumeration order of built-in properties (#4761)Zoltan Herczeg
2021-08-31Implement function.toString operation (#4752)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-15Rework storing the line/column/bytecode info (#4707)Zoltan Herczeg
2021-07-06Rework resolving references and namespace creation in modules (#4695)Zoltan Herczeg
2021-05-26Fix typo in property hashmap define (#4664)Jiawen Geng
2021-04-19Export default in namespace object (#4657)Zoltan Herczeg
2021-04-19Continue replacing duplicate ecma definitions (#4644)Tóth Béla
2021-04-12Create namespace with references for modules (#4646)Zoltan Herczeg
2021-03-31Replace duplicate ecma definitions (#4637)Tóth Béla
2021-02-09Fix template memory leak when debugger is running (#4572)Zoltan Herczeg
2021-02-09Add space between JERRY_ATTR_PURE and type (#4583)Yonggang Luo
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-29Increase the maximum reference count of objects when cpointer 32 is enabled (...Zoltan Herczeg
2021-01-16Fixes ENABLE_AMALGAM need FORCE set to ON when building with MSVC (#4392)Yonggang Luo
2021-01-12Unify internal property creation (#4373)Zoltan Herczeg
2020-12-08Implement realm object and support realms for built-ins and JS functions (#4354)Zoltan Herczeg
2020-12-04Template literal arrays should not be marked. (#4352)Zoltan Herczeg
2020-10-19Implement proper function length support (#4290)Zoltan Herczeg
2020-09-28Improve arguments object (#4145)Robert Fancsik
2020-09-17Initial implementation of class fields (#4191)Zoltan Herczeg
2020-08-11Improve BigInt support (#4118)Zoltan Herczeg
2020-07-30Implement BigInt primitve type and some of its operations (#4062)Zoltan Herczeg
2020-07-24Added RegExp dotAll flag (#4000)kisbg
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-06-09Compiled code should hold strong reference for the object in the tagged templ...Robert Fancsik
2020-05-28Implement function name support for script functions and classes (#3745)Robert Fancsik
2020-05-22Fix vera++ rule to find expressions without space after parentheses (#3776)Rafal Walczyna
2020-04-06Fix the types of builtin prototype objects (#3663)Dániel Bátyai
2020-03-27Update the RegExp constructor to ECMA-262 v6 (#3538)Szilagyi Adam
2020-03-16Rework the core of class parsing/runtime semantic (#3598)Robert Fancsik
2020-02-28Implement the core of Proxy object (#3562)Robert Fancsik
2019-12-19Implement tagged template literals (#3456)Robert Fancsik
2019-12-10Revise the usage of the global error value/exception flag (#3426)Robert Fancsik