test134.js 544 B

1234567891011121314
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. //-------------------------------------------------------------------------------------------------------
  5. function test0() {
  6. (function() { })(!(o.p *= x) ? Math.atan(!(o.p *= x)) : 1);
  7. }
  8. var o = {};
  9. var x = 1;
  10. o.p = 100;
  11. o.p = test0();
  12. test0();
  13. WScript.Echo(o.p);