(text)
| 11610 | } |
| 11611 | |
| 11612 | function unescapeText(text) { |
| 11613 | return text.replace(escapedStartRegexp, startSymbol). |
| 11614 | replace(escapedEndRegexp, endSymbol); |
| 11615 | } |
| 11616 | |
| 11617 | function stringify(value) { |
| 11618 | if (value == null) { // null || undefined |