tor-browser

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

bug-1263355-36.js (206B)


      1 // |jit-test| error: ReferenceError
      2 
      3 (function f() {
      4    let x = (new function() {
      5        x(() => {
      6            f.ArrayType(1, 2);
      7        }, "first argument of ctypes.cast must be a CData");
      8    })
      9 })();