bug945512.js (193B)
1 var handler = { 2 has: function (name) { 3 assertEq(1, 2); 4 } 5 }; 6 7 for (var i=0; i<10; i++) { 8 var regex = /undefined/; 9 regex.__proto__ = new Proxy(function() {}, handler) 10 }
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |