testDirectProxyGetInherited4.js (185B)
1 // A proxy P whose target is an object X whose prototype is an array V inherits V.length. 2 3 var V = [1, 2, 3]; 4 var X = Object.create(V); 5 var P = new Proxy(X, {}); 6 assertEq(P.length, 3);
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |