aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-array-iterator-prototype.c
AgeCommit message (Expand)Author
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2021-11-25Outsource magic error messages (#4821)Csaba Repasi
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-09-13Remove built-in flag from object type (#4763)Zoltan Herczeg
2021-08-30Remove redundant checks from builtin-dispatchers (#4741)batizdaniel
2021-07-20Add custom dispatcher to array-iterator-prototype (#4693)Virag Orkenyi
2021-04-07Add constant error messages (#4640)kisbg
2021-04-06Remove pseudo array object type from the project (#4643)Zoltan Herczeg
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-28Remove full stop after error messages (#4524)Zoltan Herczeg
2020-07-29Update ToLength operation to conform ES6 spec (#4007)Robert Fancsik
2020-07-24Fix values of properties that reference intrinsic function objects (#4024)Dániel Bátyai
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2019-11-28Change JERRY_ES2015_BUILTIN_ITERATOR macro to JERRY_ES2015. (#3374)Zoltan Herczeg
2019-10-29Introduce ecma_op_object_get_length and ecma_op_object_get_by_index operation...Robert Fancsik
2019-10-24Revise ES2015 feature guards (#3240)Robert Fancsik
2019-06-24Implement the Map/Set iterator operations (#2882)Robert Fancsik
2019-05-30Implement the string iterators (#2873)Robert Fancsik
2019-04-09Rework usages/naming of configuration macros [part 1] (#2793)Péter Gál
2019-03-13Fix getting the iterated object's length property (#2784)Robert Fancsik
2019-02-08Implement Iterator interface and Array iterators (#2640)Robert Fancsik