aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/operations/ecma-objects.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-14Ban setting 'Object.prototype.__proto__' as Proxy to prevent circular referen...mnegyokru
2022-01-10Add missing object types for ecma_object_get_class_name (#4954)Robert Fancsik
2021-12-15Implement 'hasOwn' routine of Object object (#4835)Csaba Repasi
2021-12-15Fix object class check for builtin Atomics (#4889)Robert Fancsik
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-04Optimize ecma_op_function_call (#4817)Robert Fancsik
2021-11-02Fix typos in the documentation and related files (#4809)Zsolt Borbély
2021-11-02Optimize typed array access (#4806)Zoltan Herczeg
2021-10-28Implement CreateAsyncFromSyncIterator (#4802)Robert Fancsik
2021-09-28Add property key filters for general object property enumeration (#4778)Zoltan Herczeg
2021-09-23Add property key filters for built-in functions (#4776)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-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-10Add guards for SharedArrayBuffer (#4723)Gergo Csizi
2021-08-02Merge Promise Guard with ESNEXT (#4725)Tóth Béla
2021-07-23Add SharedArrayBuffer support (#4689)Gergo Csizi
2021-07-12Merge Map and Set Guards with Container (#4709)Tóth Béla
2021-05-26Fix typo in property hashmap define (#4664)Jiawen Geng
2021-05-17Change error message format of DefineProperty (#4672)Zoltan Herczeg
2021-04-27Update TypedArray internals methods (#4653)kisbg
2021-04-27Do not mark the unused items of a WeakMap (#4663)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-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-03-22Implement Promise.any and AggregateError Object (#4623)kisbg
2021-03-10Reorganize property descriptor flags (#4622)Zoltan Herczeg
2021-03-01Implement WeakRef Object (#4546)kisbg
2021-02-24Improve ecma_reject to give more detailed error messages (#4565)Robert Fancsik
2021-02-09Move static before inline. (#4582)Yonggang Luo
2021-02-08Add cross-realm support to RegExp.prototype (#4567)kisbg
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-02-04Ensure that [[Set]] operation does not reject for TypedArray objects (#4558)Robert Fancsik
2021-02-03Ensure that fast array objects are always extensible (#4557)Robert Fancsik
2021-01-29Increase the maximum reference count of objects when cpointer 32 is enabled (...Zoltan Herczeg
2021-01-28Remove full stop after error messages (#4524)Zoltan Herczeg
2021-01-26Stop after the first matching property in the prototype chain (#4543)Zoltan Herczeg
2021-01-18Implement Symbol.matchAll (#4082)Szilagyi Adam
2021-01-16Fixes ENABLE_AMALGAM need FORCE set to ON when building with MSVC (#4392)Yonggang Luo
2021-01-15Fix prototype chain traversing (#4458)Péter Gál
2021-01-15Add strict flag check for ecma_op_object_put_apply_receiver (#4450)Robert Fancsik
2021-01-13Fix internal property listing in ecma_op_object_own_property_keys (#4461)Zoltan Herczeg
2021-01-12Unify internal property creation (#4373)Zoltan Herczeg