(block, parentParticle, lineNumber, atomBreakSymbol = ATOM_MEMBRANE)
| 15192 | return obj |
| 15193 | } |
| 15194 | _getMatchingParser(block, parentParticle, lineNumber, atomBreakSymbol = ATOM_MEMBRANE) { |
| 15195 | return this._getCueMap().get(this._getCue(block, atomBreakSymbol)) || this._getParserFromRegexTests(block) || this._getCatchAllParser(parentParticle) |
| 15196 | } |
| 15197 | _getCatchAllParser(contextParticle) { |
| 15198 | if (this._catchAllParser) return this._catchAllParser |
| 15199 | const parent = contextParticle.parent |
no test coverage detected