blob: 657fed6210f1693d80109dd414e45e72693569f2 [file] [log] [blame]
// |jit-test| error: TypeError
new(function(stdlib, n, heap) {
"use asm"
var x = new stdlib.Uint32Array(heap)
function f() {}
return f
})