(text)
| 13010 | } |
| 13011 | |
| 13012 | function unescapeText(text) { |
| 13013 | return text.replace(escapedStartRegexp, startSymbol). |
| 13014 | replace(escapedEndRegexp, endSymbol); |
| 13015 | } |
| 13016 | |
| 13017 | // TODO: this is the same as the constantWatchDelegate in parse.js |
| 13018 | function constantWatchDelegate(scope, listener, objectEquality, constantInterp) { |