2018-06-25 16:30:11 +02:00
|
|
|
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
2017-07-14 17:37:24 +02:00
|
|
|
// 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.
|
2019-09-25 02:22:26 +02:00
|
|
|
defines: [$MAX_ITERATIONS]
|
2017-07-14 17:37:24 +02:00
|
|
|
---*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-02-01 18:10:33 +01:00
|
|
|
var $MAX_ITERATIONS = 100000;
|