tor-browser

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

incremental-oom.js (233B)


      1 // Delazify a function while encoding bytecode.
      2 oomTest(() => {
      3        let code = cacheEntry(`
      4                function f() { }
      5                f();
      6        `);
      7        evaluate(code, { saveBytecodeWithDelazifications: true });
      8 });