Commit 942604df authored by verwaest's avatar verwaest Committed by Commit bot

Add test for making private symbols non-enumerable

BUG=chromium:664411

Review-Url: https://codereview.chromium.org/2498963002
Cr-Commit-Position: refs/heads/master@{#40950}
parent c759a3d8
// 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.
class A {}
class B {}
Object.assign(B, A);
assertEquals("class B {}", B.toString());
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment