aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/typedarray
AgeCommit message (Expand)Author
2018-08-01Fix for null pointer dereference in jmem_heap_free_block (#2440)Daniel Balla
2018-07-03Add %TypedArray%.prototype.fill(value, [ begin [, end ] ]) support. (#2415)Anthony Calandra
2018-07-03Support for %TypedArray%.prototype.set(typedArray [, offset]). (#2405)Anthony Calandra
2018-06-28Add %TypedArray%.prototype.subarray([ begin [, end ] ]) support. (#2410)Anthony Calandra
2018-06-06Merged conditions of if statements where possible. (#2380)László Langó
2018-05-25Cleanup code around JERRY_UNREACHABLEs (#2342)Akos Kiss
2018-05-18Fix parameter constness differences in function declarations and definitions ...Akos Kiss
2018-05-18Reduce code duplication in the TypedArray implementations (#2319)Mátyás Mustoha
2018-05-16Use ecma_number_t instead of double where possible (#2330)Akos Kiss
2018-04-19Implement toString and join for TypedArrays. (#2255)Achie72
2018-02-23Implement direct strings. (#2196)Zoltan Herczeg
2017-12-06Remove ecma_simple_value_t and refactor ecma_make_simple_value (#2135)Robert Fancsik
2017-12-05Add fast path to ecma_op_object_get with magic string. (#2078)Zoltan Herczeg
2017-08-11Implement typedarary.set(array, offset)Sanggyu Lee
2017-04-21Generate lit-magic-strings.inc.h (#1690)Akos Kiss
2017-03-30Fix several style fixes for typed arrays and optimize filter a bit. (#1697)Zoltan Herczeg
2017-03-24Implement %TypedArray%.from and fix the issue #1670 (#1679)Zidong Jiang
2017-03-24Rename 'CONFIG_DISABLE_TYPEDARRAY_BUILTIN' to 'CONFIG_DISABLE_ES2015_TYPEDARR...Levente Orban
2017-03-23Factor out common macro un/definitions used for built-in descriptions (#1678)Akos Kiss
2017-03-07Make sure the size arg of alloc will not overflow (#1618)Zidong Jiang
2017-02-16Add typedarray routine:reverse (#1585)Zidong Jiang
2017-02-15typedarray routine: filter (#1581)Zidong Jiang
2017-02-10Add typedarray routine: reduce and reduceRight (#1569)Zidong Jiang
2017-02-09Add typedarray routine: every, some, foreach, and map (#1566)Zidong Jiang
2017-01-31Add doxygen checker (#1540)László Langó
2017-01-24[ES2015][TypedArray] add other 8 types (#1532)Zidong Jiang