(text)
| 13813 | } |
| 13814 | |
| 13815 | function unescapeText(text) { |
| 13816 | return text.replace(escapedStartRegexp, startSymbol). |
| 13817 | replace(escapedEndRegexp, endSymbol); |
| 13818 | } |
| 13819 | |
| 13820 | // TODO: this is the same as the constantWatchDelegate in parse.js |
| 13821 | function constantWatchDelegate(scope, listener, objectEquality, constantInterp) { |