summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/regress/regress-617529.js
blob: 5d490d6009581764aae1b8508f3a25d9959b35aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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.

// Flags: --validate-asm --allow-natives-syntax

function __f_71(stdlib, buffer) {
  "use asm";
  var __v_22 = new stdlib.Float64Array(buffer);
  function __f_26() {
    __v_22 = __v_22;
  }
  return {__f_26: __f_26};
}

__f_71(this);
assertTrue(%IsNotAsmWasmCode(__f_71));