aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/operations/ecma-typedarray-object.h
AgeCommit message (Expand)Author
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-09-23Add property key filters for built-in functions (#4776)Zoltan Herczeg
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-02-24Improve ecma_reject to give more detailed error messages (#4565)Robert Fancsik
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-15Update TypedArray builtins to latest standard (#4210)Tóth Béla
2020-08-24Implement BigInt64 and BigUint64 typedArrays (#4151)Szilagyi Adam
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-20Remove the usage of ecma_length_t (#4009)Robert Fancsik
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2019-12-16Add @@species accessor to Array and Promise builtin objects (#3440)Daniel Balla
2019-10-29Introduce ecma_op_object_get_length and ecma_op_object_get_by_index operation...Robert Fancsik
2019-10-02Improve typedArray get, set (#3023)Szilagyi Adam
2019-09-12Rework ecma collection (#3086)Robert Fancsik
2019-04-09Rework usages/naming of configuration macros [part 1] (#2793)Péter Gál
2018-02-06Add TypedArray C API (#2165)Péter Gál
2017-08-11Implement typedarary.set(array, offset)Sanggyu Lee
2017-03-30Fix several style fixes for typed arrays and optimize filter a bit. (#1697)Zoltan Herczeg
2017-03-24Rename 'CONFIG_DISABLE_TYPEDARRAY_BUILTIN' to 'CONFIG_DISABLE_ES2015_TYPEDARR...Levente Orban
2017-02-09Add typedarray routine: every, some, foreach, and map (#1566)Zidong Jiang
2017-01-24[ES2015][TypedArray] add other 8 types (#1532)Zidong Jiang
2017-01-13[ES2015 profile]add TypedArray intrinsic object (#1507)Zidong Jiang