08d0012dda
BUG=v8:5174, v8:1543 R=cbruni@chromium.org, littledan@chromium.org Review-Url: https://codereview.chromium.org/2129193003 Cr-Commit-Position: refs/heads/master@{#37634}
7 lines
279 B
JavaScript
7 lines
279 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.
|
|
|
|
assertEquals([], Object.keys(new Proxy([], {})));
|
|
assertEquals([], Object.keys(new Proxy(/regex/, {})));
|