aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/base/ecma-helpers.h
AgeCommit message (Expand)Author
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2021-12-06Rework the public API (#4829)Dániel Bátyai
2021-12-03Improve float number handling and conversion (#4820)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-13Remove built-in flag from object type (#4763)Zoltan Herczeg
2021-08-31Implement function.toString operation (#4752)Zoltan Herczeg
2021-08-17Improve parse_identifier (#4691)batizdaniel
2021-08-17Rework external string free operation (#4690)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-12Merge Map and Set Guards with Container (#4709)Tóth Béla
2021-07-06Rework resolving references and namespace creation in modules (#4695)Zoltan Herczeg
2021-04-19Add reference support for native pointers. (#4615)Zoltan Herczeg
2021-04-13Add info to external pointer free callback. (#4642)Zoltan Herczeg
2021-04-12Create namespace with references for modules (#4646)Zoltan Herczeg
2021-02-22Optimize the copying/freeing of ecma values (#4602)Dániel Bátyai
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-18Update the name handling of anonymous functions to ES11 (#4279)Dániel Bátyai
2021-01-12Unify internal property creation (#4373)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-10-16Revise internal array creation operations (#4291)Robert Fancsik
2020-10-12Implement numeric-separator (#4158)kisbg
2020-10-05Change guarding of ecma_is_value_bigint and ecma_is_value_symbol (#4269)Virag Orkenyi
2020-09-28Improve arguments object (#4145)Robert Fancsik
2020-09-17Initial implementation of class fields (#4191)Zoltan Herczeg
2020-08-25Implement TrimStart TrimEnd and aliases (#4102)Tóth Béla
2020-08-12Support BigInt to number conversion using Number constructor (#4121)Zoltan Herczeg
2020-08-04Fix AdvanceStringIndex to return an ecma_length_t (#4100)Dániel Bátyai
2020-08-03Implement relational operators for BigInts (#4087)Zoltan Herczeg
2020-07-30Implement BigInt primitve type and some of its operations (#4062)Zoltan Herczeg
2020-07-29Update ToLength operation to conform ES6 spec (#4007)Robert Fancsik
2020-07-27Rework Object's [[OwnPropertyKeys]] (#4001)Szilagyi Adam
2020-07-24Implement String.padStart and String.padEnd (#3999)Tóth Béla
2020-07-22Implement external strings. (#4028)Zoltan Herczeg
2020-07-21Refactor Number.prototype methods toFixed, toExponential, toPrecision (#3911)Szilagyi Adam
2020-07-20Remove the usage of ecma_length_t (#4009)Robert Fancsik
2020-07-06Support Unicode supplementary planes (#3928)Robert Fancsik
2020-06-26Simplify resource name handling (#3929)Dániel Bátyai
2020-06-22Implement async generators (#3916)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-07Remove the unused `ecma_op_check_object_type_is_class` declaration (#3718)Mátyás Mustoha
2020-04-27Implement exponentiation operation. (#3692)Zoltan Herczeg
2020-04-15Update the isArray operation to handle proxy objects (#3666)Szilagyi Adam
2020-03-27Implement Number.parseFloat and Number.parseInt (#3576)Virag Orkenyi
2020-03-27Update the RegExp constructor to ECMA-262 v6 (#3538)Szilagyi Adam