summaryrefslogtreecommitdiff
path: root/harness/tcoHelper.js
blob: 5e9bee2257713180fc18d827c4f4d14e9d50e800 (plain)
1
2
3
4
// 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.
var $MAX_ITERATIONS = 100000;