testInterpreterReentry4.js (168B)
1 function testInterpreterReentry4() { 2 var obj = {a:1, b:1, c:1, d:1, get e() { return 1000; } }; 3 for (var p in obj) 4 obj[p]; 5 } 6 testInterpreterReentry4();
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |