tor-browser

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

bug-1263355-44.js (177B)


      1 // Adapted from randomly chosen test: js/src/jit-test/tests/profiler/bug1231925.js
      2 "use strict";
      3 enableGeckoProfiling();
      4 oomTest(function() {
      5    eval("(function() {})()");
      6 });