test144.js 498 B

12345678910111213
  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. var a = new Int32Array();
  7. new a.constructor();
  8. }
  9. test0();
  10. test0();
  11. WScript.Echo("pass");