array-join-bug1137624-1.js (196B)
1 try { 2 var x = ["a", {toString() { s = x.join("-"); }}]; 3 var a = x.join("a"); 4 var b = x.join("b"); 5 assertEq(a, b); 6 } catch (e) { 7 // Using assertion does not work. 8 quit(0); 9 } 10 11 quit(3);
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |