blob: 76bed021f65a9df84236d321711c1fb969b9e561 [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 bar ()
{
var d = [];
var m = function(){var a=d,b;if(!a.length)return;d=[];} /**bp(34):stack();resume('step_into')**/ /**bp(48):stack();resume('step_into')**/
m();
}
bar();
WScript.Echo("Pass");