bug783590.js (190B)
1 // |jit-test| error: TypeError 2 3 var glob = this; 4 var arr = []; 5 Object.defineProperty(arr, 0, { 6 get: (function() { 7 glob.__proto__; 8 }) 9 }); 10 try { 11 arr.pop(); 12 } catch (e) {} 13 arr.pop();
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |