// Copyright 2017 the V8 project authors. All rights reserved.// Use of this source code is governed by a BSD-style license that can be// found in the LICENSE file.PAGE_SIZE=0x10000;PAGES=10;memory=newWebAssembly.Memory({initial:PAGES});buffer=memory.buffer;varfunc=(function(stdlib,env,heap){"use asm";vararray=newstdlib.Int32Array(heap);returnfunction(){array[0]=0x41424344;array[1]=0x45464748;}}({Int32Array:Int32Array},{},buffer));for(vari=0;i<1000;++i)func();memory.grow(1);func();for(vari=0;i<2;++i)newArrayBuffer(PAGE_SIZE*PAGES);