package goja /* func TestArrayBufferNew(t *testing.T) { const SCRIPT = ` var b = new ArrayBuffer(16); b.byteLength; ` testScript1(SCRIPT, intToValue(16), t) } */