// Copyright 2019 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.functionasm(stdlib,foreign,heap){"use asm";varheap32=newstdlib.Uint32Array(heap);functionf(){return0;}return{f:f};}varheap=Reflect.construct(SharedArrayBuffer,[1024*1024],ArrayBuffer.prototype.constructor);asm(this,{},heap);