(str)
| 52522 | var escPeriod = '\0PERIOD'+Math.random()+'\0'; |
| 52523 | |
| 52524 | function numeric(str) { |
| 52525 | return parseInt(str, 10) == str |
| 52526 | ? parseInt(str, 10) |
| 52527 | : str.charCodeAt(0); |
| 52528 | } |
| 52529 | |
| 52530 | function escapeBraces(str) { |
| 52531 | return str.split('\\\\').join(escSlash) |