(text)
| 13748 | } |
| 13749 | |
| 13750 | function unescapeText(text) { |
| 13751 | return text.replace(escapedStartRegexp, startSymbol). |
| 13752 | replace(escapedEndRegexp, endSymbol); |
| 13753 | } |
| 13754 | |
| 13755 | // TODO: this is the same as the constantWatchDelegate in parse.js |
| 13756 | function constantWatchDelegate(scope, listener, objectEquality, constantInterp) { |