michael@0: var ta = Int8Array([]); michael@0: function Int8Array(summary) { michael@0: summary.length; michael@0: } michael@0: function test() { michael@0: ctors = [ Int8Array ] michael@0: for (var i = 0; i < 10; i++) { michael@0: ctor = ctors[0] michael@0: b = ctor(0) michael@0: } michael@0: } michael@0: test();