aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/typedarray
AgeCommit message (Expand)Author
2021-12-10Update detached arraybuffer handling (#4840)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-20Force value conversion in case of TypedArray filter method (#4794)Péter Gál
2021-10-20Correctly convert data in case of TypedArray slice (#4796)Péter Gál
2021-08-10Implement {Array, %TypedArray%, String}.prototype.at method (#4681)batizdaniel
2021-04-27Update TypedArray internals methods (#4653)kisbg
2021-04-13Update TypedArray Builtin function (#4633)kisbg
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-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-28Remove full stop after error messages (#4524)Zoltan Herczeg
2021-01-25Fix the number_tobigint conversion problem (#4519)Virag Orkenyi
2021-01-18Fix free of NULL value in function ecma_typedarray_helper_dispatch_construct ...Yonggang Luo
2021-01-17current_new_target -> current_new_target_p (#4478)Yonggang Luo
2021-01-15Update TypedArray builtins to latest standard (#4210)Tóth Béla
2021-01-11Add new target support for ArrayBuffer and TypedArray (#4369)kisbg
2021-01-07Fix reference count management in %TypedArray%.prototype.reduce{Right} (#4419)Robert Fancsik
2020-12-15Fix assert in BigInt TypedArray filter and reduce methods (#4364)Péter Gál
2020-12-01Rework built-in processing of JerryScript (#4347)Zoltan Herczeg
2020-11-26Fix the optional argument problem in typedarray_prototype_reduce_... (#4323)Virag Orkenyi
2020-11-16Fix the indexing problem in typedarray_prototype_index_of & last_index_of (#4...Virag Orkenyi
2020-10-22Fix assertion fail in typedarray_prototype_to locale_string (#4285)Virag Orkenyi
2020-10-19Initialize variable to eliminate `may be used uninitialized` warnings (#4297)Roland Takacs
2020-09-28Fix invalid free in TypedArray find method. (#4230)Zoltan Herczeg
2020-09-24Delete ECMA_OP_TO_NUMBER_TRY_CATCH macro (#4229)Virag Orkenyi
2020-09-14Update TypedArray properties to conform with newest standard (#4194)Rafal Walczyna
2020-09-08Add TypedArray custom dispatcher (#4040)Daniella Barsony
2020-09-01Add missing value release to TypedArray fill method (#4177)Rafal Walczyna
2020-08-27Cleanup toNumber and toNumeric abstract operations (#4034)Virag Orkenyi
2020-08-24Implement BigInt64 and BigUint64 typedArrays (#4151)Szilagyi Adam
2020-08-24Correctly release values in TypedArray's toLocaleString (#4156)Péter Gál
2020-08-07Fix evaluation order for binary operators (#4114)Zoltan Herczeg
2020-07-29Update ToLength operation to conform ES6 spec (#4007)Robert Fancsik
2020-07-27Implement %TypedArray%.prototype.includes (#4025)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-06Fixed memory leak in %TypedArray%.prototype object's 'sort' routine. (#3981)László Langó
2020-07-03Remove ECMA_TRY_CATCH macro (#3829)Szilagyi Adam
2020-06-30JERRY_BUILTIN_xxx macros should depend on JERRY_ESNEXT (#3920)Csaba Osztrogonác
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-06-08Builtin objects accessor properties should be configurable (#3839)Csaba Osztrogonác
2020-02-24Use stringbuilder in ecma_builtin_typedarray_prototype_join (#3573)Szilagyi Adam
2020-02-14Fix attributes of length property for builtin objects (#3556)Hyukwoo Park
2020-02-13Update ecma_op_typedarray_from to use iterable objects (#3501)Szilagyi Adam
2020-02-03Add vera rules to check consecutive and trailing empty lines (#3540)Dániel Bátyai