| exec(/[\s-:]+/ /*lastIndex=0*/ , "\u0009:-\u000a\u000d "); | |
| ["\u0009:-\u000a\u000d "] /*input="\u0009:-\u000a\u000d ", index=0*/ | |
| r.lastIndex=0 | |
| RegExp.${_,1,...,9}=["\u0009:-\u000a\u000d ","","","","","","","","",""] | |
| exec(/[\d-z]+/ /*lastIndex=0*/ , "-37z"); | |
| ["-37z"] /*input="-37z", index=0*/ | |
| r.lastIndex=0 | |
| RegExp.${_,1,...,9}=["-37z","","","","","","","","",""] | |
| exec(/[:-\s]+/ /*lastIndex=0*/ , "\u0009:-\u000a\u000d "); | |
| ["\u0009:-\u000a\u000d "] /*input="\u0009:-\u000a\u000d ", index=0*/ | |
| r.lastIndex=0 | |
| RegExp.${_,1,...,9}=["\u0009:-\u000a\u000d ","","","","","","","","",""] | |
| exec(/[z-\d]+/ /*lastIndex=0*/ , "-37z"); | |
| ["-37z"] /*input="-37z", index=0*/ | |
| r.lastIndex=0 | |
| RegExp.${_,1,...,9}=["-37z","","","","","","","","",""] |