summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/regress/regress-crbug-1407080.js
blob: d1c272f7698a5dbf6bbd882b3031b510250a6e0f (plain)
1
2
3
4
5
6
7
// Copyright 2022 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: --max-lazy

try { Function("") } catch (e) {}