Set-clear-6.js (111B)
1 // Clearing a Set doesn't affect expando properties. 2 3 var s = new Set(); 4 s.x = 3; 5 s.clear(); 6 assertEq(s.x, 3);
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |