tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

shell.js (481B)


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