//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //------------------------------------------------------------------------------------------------------- var GiantPrintArray = []; function test0() { GiantPrintArray.push(3.2); GiantPrintArray.push(true); } test0(); //Profiled as NativeFloatArray test0(); for(var i =0;i