blob: e7fd41e937fd74e9c7e54be575fb1e79d6e436e9 [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.
//-------------------------------------------------------------------------------------------------------
function test0() {
var obj1 = {};
var VarArr0 = Array(obj1, -2, 210);
function v4(v5, v6) {
v5[2] = 1.1;
v6[1];
}
var v9 = VarArr0;
var v8 = VarArr0;
v4(v8, v9);
}
test0();
test0();
WScript.Echo("pass");