v8/test/mjsunit/regress/regress-v8-4972.js
2016-04-29 15:07:35 +00:00

6 lines
212 B
JavaScript

// 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.
new class extends new Proxy(class {},{}) {}