tor-browser

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

constructor.js (384B)


      1 // Copyright (C) 2020 Rick Waldron. All rights reserved.
      2 // This code is governed by the BSD license found in the LICENSE file.
      3 
      4 /*---
      5 esid: sec-iterator-constructor
      6 description: >
      7  The Iterator constructor is a built-in function
      8 features: [iterator-helpers]
      9 ---*/
     10 
     11 assert.sameValue(typeof Iterator, 'function', 'The value of `typeof Iterator` is "function"');
     12 
     13 reportCompare(0, 0);