aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-array-prototype.c
AgeCommit message (Expand)Author
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2021-12-15Add stack-overflow check for Array.prototype.{flat, flatMap} (#4899)Robert Fancsik
2021-12-03Improve float number handling and conversion (#4820)Dániel Bátyai
2021-11-25Outsource magic error messages (#4821)Csaba Repasi
2021-11-05Fix goto labels indentation (#4818)Robert Fancsik
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-10-20Avoid buffer-overflow in Array.slice when using fast arrays (#4797)Péter Gál
2021-08-30Remove redundant checks from builtin-dispatchers (#4741)batizdaniel
2021-08-10Implement {Array, %TypedArray%, String}.prototype.at method (#4681)batizdaniel
2021-04-19Continue replacing duplicate ecma definitions (#4644)Tóth Béla
2021-04-13Update TypedArray Builtin function (#4633)kisbg
2021-04-07Add constant error messages (#4640)kisbg
2021-03-10Reorganize property descriptor flags (#4622)Zoltan Herczeg
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-02-03Ensure that fast array objects are always extensible (#4557)Robert Fancsik
2021-01-28Remove full stop after error messages (#4524)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-19Fix implicit 'double' conversion reported by Clang (#4296)Ádám Kallai
2020-10-16Revise internal array creation operations (#4291)Robert Fancsik
2020-10-14Fix implicit 'double' conversion reported by Clang 12.0.0 (#4288)Ádám Kallai
2020-10-05Add a new check for array.prototype.sort in array prototype dispatch (#4208)kisbg
2020-09-25Fix heap buffer overflow in Array.prototype.copyWithin (#4211)Csaba Osztrogonác
2020-09-08Refactor Array.prototype.splice to conform ES11 standard (#4172)Szilagyi Adam
2020-08-28Add length check in copy_within's fast path (#4168)kisbg
2020-08-27Cleanup toNumber and toNumeric abstract operations (#4034)Virag Orkenyi
2020-08-24Implement BigInt64 and BigUint64 typedArrays (#4151)Szilagyi Adam
2020-08-13Make Array.prototype.unshift method conform to ES11 (#4128)Csaba Osztrogonác
2020-08-12Implement Array.flat and Array.flatMap (#3925)kisbg
2020-08-12Fix Array.prototype.slice, splice and map builtin methods (#4122)Csaba Osztrogonác
2020-08-07Fix evaluation order for binary operators (#4114)Zoltan Herczeg
2020-08-04Allow error reporting during property creation in Array.prototype.filter (#4091)Péter Gál
2020-07-29Update ToLength operation to conform ES6 spec (#4007)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-22Change heap sort to merge sort for Array.prototype (#4026)Rafal Walczyna
2020-07-20Remove the usage of ecma_length_t (#4009)Robert Fancsik
2020-07-15Implement Array.prototype.includes (#3991)Szilagyi Adam
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-06-05Fix length check for Array.prototype indexOf, lastIndexOf and fill (#3798)Szilagyi Adam
2020-05-25Fix array length check in lastIndexOf (#3789)Péter Gál
2020-05-11Update the Array.prototype.reverse method to support ES6 version (#3676)Szilagyi Adam
2020-03-27Fix Array.slice when using fast arrays (#3649)Péter Gál
2020-03-27Change the arguments list in ecma_builtin_array_reduce_from . (#3638)Virag Orkenyi
2020-03-03Optimize Array.prototype.fill for fast-array cases (#3569)Szilagyi Adam
2020-03-02Fix value release in ecma_builtin_array_prototype_object_copy_within (#3583)Szilagyi Adam
2020-02-28Implement the core of Proxy object (#3562)Robert Fancsik
2020-02-18Fix Array.find and Array.findIndex omitting empty values. (#3563)rwalczyna
2020-02-03Add vera rules to check consecutive and trailing empty lines (#3540)Dániel Bátyai
2020-01-24Add missing release value call to Array.prototype.pop fast path. (#3535)Robert Fancsik