(text)
| 12439 | } |
| 12440 | |
| 12441 | function unescapeText(text) { |
| 12442 | return text.replace(escapedStartRegexp, startSymbol). |
| 12443 | replace(escapedEndRegexp, endSymbol); |
| 12444 | } |
| 12445 | |
| 12446 | function stringify(value) { |
| 12447 | if (value == null) { // null || undefined |