regexp-undefined-match.js (160B)
1 function f(str) { 2 for (var i=0; i<10; i++) { 3 arr = /foo(ba(r))?/.exec(str); 4 var x = arr[0] + " " + arr[1] + " " + arr[2]; 5 } 6 } 7 f("foobar"); 8 f("foo");
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |