blob: c5deceda36598602eee5730f038ae5d809d24f27 [file] [log] [blame]
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------
var x = [,,];
Object.preventExtensions(x);
try { new WeakMap(x); } catch (e) { }
WScript.Echo("passed");