bug1169850.js (180B)
1 // export-default should throw SyntaxError until it's implemented. 2 3 var caught = false; 4 try { 5 eval("export default 1;"); 6 } catch (e) { 7 caught = true; 8 } 9 assertEq(caught, true);
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |