bug1845698.js (225B)
1 function f() { 2 var o = {x: 1, y: 2}; 3 Object.defineProperty(o, "z", {value: 3, configurable: false}); 4 delete o.x; 5 var snapshot = createShapeSnapshot(o); 6 delete o.y; 7 checkShapeSnapshot(snapshot); 8 } 9 f();
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |