tor-browser

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

bug-1263355-15.js (131B)


      1 // Adapted from randomly chosen test: js/src/jit-test/tests/parser/yield-in-formal-destructuring.js
      2 function f({
      3    [e]: {}
      4 }) {}