summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/statements/return/shell.js
blob: 43295587f41e0d2458a0ac7179806d31228fd1b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// GENERATED, DO NOT EDIT
// file: tcoHelper.js
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: |
    This defines the number of consecutive recursive function calls that must be
    made in order to prove that stack frames are properly destroyed according to
    ES2015 tail call optimization semantics.
defines: [$MAX_ITERATIONS]
---*/




var $MAX_ITERATIONS = 100000;