tor-browser

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

testStaticEvalScope.js (138B)


      1 // Test that static eval scopes don't mess with statement nested scope logic in
      2 // the frontend.
      3 eval("if (true) { { let y; } } else {}")