regress-666741.js 319 Bytes
Newer Older
1 2 3 4
// Copyright 2016 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.
//
5
// Flags: --enable-slow-asserts --expose-wasm
6 7

(function __f_7() {
8
  assertThrows(() => new WebAssembly.Memory({initial: 79199}), RangeError);
9
})();