(text)
| 10674 | } |
| 10675 | |
| 10676 | function unescapeText(text) { |
| 10677 | return text.replace(escapedStartRegexp, startSymbol). |
| 10678 | replace(escapedEndRegexp, endSymbol); |
| 10679 | } |
| 10680 | |
| 10681 | function stringify(value) { |
| 10682 | if (value == null) { // null || undefined |