test262/test/suite/ch13/13.2/S13.2.1_A1_T1.js
2011-10-03 13:04:52 -07:00

75 lines
4.6 KiB
JavaScript

// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* The depth of nested function calls reaches 32
*
* @path ch13/13.2/S13.2.1_A1_T1.js
* @description Creating function calls 32 elements depth
*/
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){
(function(){})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()
})()