blob: bff74857a096ba98176a1196a511d2a89fab35de [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 test() {
var Obj = { x: 'wrong' };
Obj.x;
Obj = 1;
WScript.Echo(Obj.x + '');
}
test();
(function () {
var obj0 = 1;
(function (p0) {
p0 -= Math.abs(Math.atan2(1, (obj0.length <<= 1)));
WScript.Echo(p0);
})(0);
})();