| 18083 | const _parserPoolCache = {} |
| 18084 | // todo: can we merge these methods into base Particle and ditch this class? |
| 18085 | class ParserBackedParticle extends Particle { |
| 18086 | // Returns a pointer to the Particle containing the parser definition. In the future this will |
| 18087 | // be in the same file. Right now we still have the split between Parser definitions and program code. |
| 18088 | get definition() { |
nothing calls this directly
no outgoing calls
no test coverage detected