tor-browser

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

concisebody-lookahead-assignmentexpression-1.js (265B)


      1 // Copyright 2015 Microsoft Corporation. All rights reserved.
      2 // This code is governed by the license found in the LICENSE file.
      3 
      4 /*---
      5 description: "ConciseBody :[lookahead { { }] AssignmentExpression"
      6 es6id: 14.2
      7 ---*/
      8 
      9 x => x => x
     10 
     11 reportCompare(0, 0);