Support just enough to compile this function for any typed array type: function foo(a) { var result = 0; for (var i = 0; i < a.length; ++i) result += a[i]; return result; }
Created attachment 210920 [details] the patch
Created attachment 210921 [details] the patch
Landed in http://trac.webkit.org/changeset/155260