aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-arraybuffer-prototype.c
AgeCommit message (Expand)Author
2018-02-01Return early if number conversion is failed in arraybuffer slice. (#2184)Zoltan Herczeg
2017-12-06Remove ecma_simple_value_t and refactor ecma_make_simple_value (#2135)Robert Fancsik
2017-03-30Combine ARRAYBUFFER and TYPEDARRAY macros together (#1699)Zidong Jiang
2017-03-24Rename 'CONFIG_DISABLE_ARRAYBUFFER_BUILTIN' to 'CONFIG_DISABLE_ES2015_ARRAYBU...Levente Orban
2017-01-03Fix documentation errors (#1510)Akos Kiss
2016-12-07Add ES2015 feature: ArrayBuffer (#1467)Zidong Jiang