(text)
| 13179 | } |
| 13180 | |
| 13181 | function unescapeText(text) { |
| 13182 | return text.replace(escapedStartRegexp, startSymbol). |
| 13183 | replace(escapedEndRegexp, endSymbol); |
| 13184 | } |
| 13185 | |
| 13186 | // TODO: this is the same as the constantWatchDelegate in parse.js |
| 13187 | function constantWatchDelegate(scope, listener, objectEquality, constantInterp) { |