proxy-array-length.js (108B)
1 var a = [1, 2, 3]; 2 var p = new Proxy(a, {}); 3 assertEq(p.length, 3); 4 assertEq(JSON.stringify(p), "[1,2,3]");
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |