aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/v4/typedarray.js
Commit message (Collapse)AuthorAgeFilesLines
* Basic support for typed arraysLars Knoll2014-10-291-0/+13
This implements most of the spec required for the Khronos typed array specification. It tries to follow ECMAScript 6 as closely as possible, but currently only implements a subset of the ECMAScript 6 specification. Addes a test script in tests/manual/v4 to test our implementation. Change-Id: I8ec63869500358e088b73240e1f37120ae3cf59a Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>