michael@0: x = {}; michael@0: x.toString = (function(stdlib, heap) { michael@0: Int8ArrayView = new stdlib.Int8Array(heap); michael@0: Float32ArrayView = new stdlib.Float32Array(heap); michael@0: function f() { michael@0: Int8ArrayView[0] = Float32ArrayView[0] michael@0: } michael@0: return f michael@0: })(this, ArrayBuffer); michael@0: x + 1