tor-browser

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

test_bug849730.js (155B)


      1 function run_test() {
      2  var sb = new Cu.Sandbox('http://www.example.com');
      3  sb.arr = [3, 4];
      4  Assert.ok(Cu.evalInSandbox('!Array.isArray(arr);', sb));
      5 }