summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/regress/regress-890553.js
blob: 33f13e8f26b9d0ff13963fd47a5785603f5a212a (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2018 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.

"use strict";
var s = "function __f_9(func, testName) {" +
  "var __v_0 = function __f_10(__v_14, __v_14) {" +
  "  return __v_16;" +
  "}; " +
"}"
assertThrows(function() { eval(s); });