deferredstuboob.js 612 B

1234567891011121314151617
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft Corporation and contributors. 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. var func12 = function (arg1 = ( { get : function f1 () { }}
  7. , { get : function f213 () { }}
  8. , { get : function f214 () { }}
  9. ,(function f2() {})))
  10. {
  11. };
  12. func12();
  13. }
  14. test0();
  15. WScript.Echo('pass');