// 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.functionmodule(stdlib,foreign,buffer){"use asm";varfl=newstdlib.Uint32Array(buffer);functionf1(x){x=x|0;fl[0]=x;fl[0x10000]=x;fl[0x100000]=x;}returnf1;}varglobal={Uint32Array:Uint32Array};varenv={};