aboutsummaryrefslogtreecommitdiff
path: root/tests/unit-core/test-typedarray.c
AgeCommit message (Expand)Author
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-10-28Add allocate/free callbacks to ArrayBuffers (#4801)Zoltan Herczeg
2021-06-24Remove jerry_get_boolean_value (#4685)Gergo Csizi
2021-04-27Update TypedArray internals methods (#4653)kisbg
2021-02-26Add size checks before using JERRY_VLA in unittests (#4601)Péter Gál
2021-02-17Rework external function handlers (#4599)Zoltan Herczeg
2021-02-04Ensure that [[Set]] operation does not reject for TypedArray objects (#4558)Robert Fancsik
2020-08-28Support BigInt64/BigUint64 typedarray creation from API (#4170)Robert Fancsik
2020-03-30Bump reference platform to Ubuntu 18.04 LTS (#3037)Csaba Osztrogonác
2019-10-24Fix error type when creating TypedArray with detached ArrayBuffer (#3230)Daniel Vince
2019-08-06Don't use VLA's in unit tests and API examples (#3002)Csaba Osztrogonác
2018-09-17Don't use `strlen` for string literals (#2517)Akos Kiss
2018-07-20Simplify source evaluation options. (#2431)Robert Fancsik
2018-05-19Simplify run-time feature checks in unit tests (#2339)Akos Kiss
2018-05-17Build fix after landing #2249Peter Gal
2018-05-17Add tests for TypedArrays by using indexing api. (#2249)Istvan Miklos
2018-05-03Rename the jerry_value_has_error_flag function. (#2290)Istvan Miklos
2018-02-06Add TypedArray C API (#2165)Péter Gál