aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtins.c
AgeCommit message (Expand)Author
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
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-25Outsource magic error messages (#4821)Csaba Repasi
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-11-02Fix typos in the documentation and related files (#4809)Zsolt Borbély
2021-09-23Add property key filters for built-in functions (#4776)Zoltan Herczeg
2021-09-17Fix built-in types (#4772)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-04-12Create namespace with references for modules (#4646)Zoltan Herczeg
2021-04-08Remove class id storing for class objects (#4645)Zoltan Herczeg
2021-04-06Remove pseudo array object type from the project (#4643)Zoltan Herczeg
2021-02-17Rework external function handlers (#4599)Zoltan Herczeg
2021-02-09Split globalThis to be configurable. (#4575)Yonggang Luo
2021-02-08Add cross-realm support to RegExp.prototype (#4567)kisbg
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-28Remove full stop after error messages (#4524)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-14Allow changing the 'this' binding of a realm (#4357)Zoltan Herczeg
2020-12-09Continue working on realms (#4356)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-12-01Rework built-in processing of JerryScript (#4347)Zoltan Herczeg
2020-10-22Implement ES11 globalThis (#4306)Zoltan Herczeg
2020-10-06Builtin objects symbol properties should be lazy listed (#4271)Robert Fancsik
2020-07-27Rework Object's [[OwnPropertyKeys]] (#4001)Szilagyi Adam
2020-07-24Fix values of properties that reference intrinsic function objects (#4024)Dániel Bátyai
2020-07-20Remove the usage of ecma_length_t (#4009)Robert Fancsik
2020-06-22Fix the types of builtin prototype objects (#3922)Csaba Osztrogonác
2020-06-18Make the Set.prototype values, keys and [@@iterator] methods to be one intrin...Szilagyi Adam
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-06-12Builtin objects finalization should handle function properties with tagged te...v2.3.0Robert Fancsik
2020-05-29Add support for builtin/builtin routine 'name' property (#3810)Robert Fancsik
2020-05-26Rework RegExp engine and add support for proper unicode matching (#3746)Dániel Bátyai
2020-05-25Handle properties of builtin routine separately from builtin objects (#3694)Hyukwoo Park
2020-05-22Fix vera++ rule to find expressions without space after parentheses (#3776)Rafal Walczyna
2020-04-22Fix attributes of length property for builtin functions (#3689)Hyukwoo Park
2020-04-15Fix lazy property name listing for ArrayIndices. (#3651)Robert Fancsik
2020-04-06Fix the types of builtin prototype objects (#3663)Dániel Bátyai
2020-03-30Bump reference platform to Ubuntu 18.04 LTS (#3037)Csaba Osztrogonác
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-03-12Fix the lazy listing of builtin property names (#3607)Robert Fancsik
2020-03-02Implement ecma_stringbuilder_create_raw method for stringbuilder (#3584)Szilagyi Adam
2020-02-28Implement the core of Proxy object (#3562)Robert Fancsik
2020-02-24Use stringbuilder in ecma_builtin_try_to_instantiate_property (#3575)Szilagyi Adam
2020-01-23Update "arguments" and "caller" properties of function object to conform ES6 ...Robert Fancsik
2020-01-16Add option to list symbols in Object.getOwnPropertyNames() (#3507)Peter Marki