blob: 415e6c77a9ad8f3c052c0da61210051b66c7af54 [file] [log] [blame]
Ben Murdoch61f157c2016-09-16 13:49:30 +01001// Copyright 2016 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5function __f_71(stdlib, buffer) {
6 "use asm";
7 var __v_22 = new stdlib.Float64Array(buffer);
8 function __f_26() {
9 __v_22 = __v_22;
10 }
11 return {__f_26: __f_26};
12}
13
14assertThrows(function() { Wasm.instantiateModuleFromAsm( __f_71.toString()); });