aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/base/ecma-globals.h
AgeCommit message (Expand)Author
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2021-12-15Fix redeclaration related eval corner cases (#4886)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-25Outsource magic error messages (#4821)Csaba Repasi
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-11-02Optimize typed array access (#4806)Zoltan Herczeg
2021-10-28Add allocate/free callbacks to ArrayBuffers (#4801)Zoltan Herczeg
2021-10-28Implement CreateAsyncFromSyncIterator (#4802)Robert Fancsik
2021-10-07Implement vm throw capture status management for API errors (#4783)Zoltan Herczeg
2021-09-28Add property key filters for general object property enumeration (#4778)Zoltan Herczeg
2021-09-22Implement built-in flag support for arguments (#4774)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-08-17Rework external string free operation (#4690)Zoltan Herczeg
2021-08-11Support parsing of scripts / functions stored in string values (#4728)Zoltan Herczeg
2021-08-10Add guards for SharedArrayBuffer (#4723)Gergo Csizi
2021-08-10Implement vm_throw callback (#4726)Zoltan Herczeg
2021-08-02Merge Promise Guard with ESNEXT (#4725)Tóth Béla
2021-07-23Add SharedArrayBuffer support (#4689)Gergo Csizi
2021-07-15Improve Proxy recrusion check in their internal methods. (#4568)Péter Gál
2021-07-15Remove ecma_parse_options_t in favor of jerry_parse_options_t (#4713)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-05-21Fix native error check (#4674)Zoltan Herczeg
2021-04-27Fix error throw in jerry_define_own_property (#4662)Zoltan Herczeg
2021-04-19Add reference support for native pointers. (#4615)Zoltan Herczeg
2021-04-19Continue replacing duplicate ecma definitions (#4644)Tóth Béla
2021-04-13Support native modules (#4649)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-04-08Remove class id storing for class objects (#4645)Zoltan Herczeg
2021-04-07Add constant error messages (#4640)kisbg
2021-04-06Remove pseudo array object type from the project (#4643)Zoltan Herczeg
2021-03-31Replace duplicate ecma definitions (#4637)Tóth Béla
2021-03-30Rework module linking (#4632)Zoltan Herczeg
2021-03-22Implement Promise.any and AggregateError Object (#4623)kisbg
2021-03-10Add custom configuration to jerry_parse and its variants (#4620)Zoltan Herczeg
2021-03-10Reorganize property descriptor flags (#4622)Zoltan Herczeg
2021-03-08Implement Promise.allsettled (#4616)kisbg
2021-03-03Add more skip check options for Proxy objects (#4614)Zoltan Herczeg
2021-03-01Implement WeakRef Object (#4546)kisbg
2021-02-23Create special objects for scripts instead of functions (#4610)Zoltan Herczeg
2021-02-17Rework external function handlers (#4599)Zoltan Herczeg
2021-02-17Improve date internals (#4593)Robert Fancsik