Skip to content
Snippets Groups Projects
Commit 7c9b648d authored by Rick Waldron's avatar Rick Waldron
Browse files

harness test: tcoHelper.js

parent 8a5841ac
No related branches found
No related tags found
No related merge requests found
// Copyright (c) 2017 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: >
Including tcoHelper.js will expose:
var $MAX_ITERATIONS = 100000;
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.
includes: [tcoHelper.js]
---*/
assert.sameValue($MAX_ITERATIONS, 100000);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment