tor-browser

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

Frame-eval-32.js (203B)


      1 // |jit-test| error: ReferenceError
      2 
      3 // Test the TDZ works for glbao lexicals through Debugger environments in
      4 // compound assignments.
      5 load(libdir + "evalInFrame.js");
      6 
      7 evalInFrame(0, "x |= 0");
      8 let x;