(text)
| 11208 | } |
| 11209 | |
| 11210 | function unescapeText(text) { |
| 11211 | return text.replace(escapedStartRegexp, startSymbol). |
| 11212 | replace(escapedEndRegexp, endSymbol); |
| 11213 | } |
| 11214 | |
| 11215 | function stringify(value) { |
| 11216 | if (value == null) { // null || undefined |