()
| 19527 | return hasJsCode ? this.getParticle(ParsersConstants.javascript).subparticlesToString() : "" |
| 19528 | } |
| 19529 | get cueMapWithDefinitions() { |
| 19530 | if (!this._cache_cueToParticleDefMap) this._cache_cueToParticleDefMap = this._createParserInfo(this._getInScopeParserIds()).cueMap |
| 19531 | return this._cache_cueToParticleDefMap |
| 19532 | } |
| 19533 | // todo: remove |
| 19534 | get runTimeCuesInScope() { |
| 19535 | return this._getParserPool().getCueOptions() |
nothing calls this directly
no test coverage detected