aboutsummaryrefslogtreecommitdiff
path: root/tests/unit-core/test-arraybuffer.c
AgeCommit message (Expand)Author
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-11-02Allocate buffers when the buffer pointer is requested (#4812)Zoltan Herczeg
2021-10-28Add allocate/free callbacks to ArrayBuffers (#4801)Zoltan Herczeg
2021-06-24Remove jerry_get_boolean_value (#4685)Gergo Csizi
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-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2020-10-09Revise the API ArrayBuffer related operations (#4284)Robert Fancsik
2020-05-22Fix vera++ rule to find expressions without space after parentheses (#3776)Rafal Walczyna
2020-03-30Bump reference platform to Ubuntu 18.04 LTS (#3037)Csaba Osztrogonác
2019-11-29Allow to create ArrayBuffer with empty external user data (#3373)Roland Takacs
2019-10-16Add ArrayBuffer detach operations (#3208)legendecas
2019-08-06Don't use VLA's in unit tests and API examples (#3002)Csaba Osztrogonác
2019-04-24Make the underlying buffer of the ArrayBuffer accessible. (#2836)László Langó
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-03Rename the jerry_value_has_error_flag function. (#2290)Istvan Miklos
2018-02-06Introduce C API to query the type of an Error object (#2177)Péter Gál
2018-01-25Add ArrayBuffer with user specified bufferPeter Gal
2018-01-11Introduce the Array Buffer C API (#2161)Péter Gál