()
| 16887 | return Particle._parserPoolsCache.get(this.constructor) |
| 16888 | } |
| 16889 | createParserPool() { |
| 16890 | return new ParserPool(this.constructor) |
| 16891 | } |
| 16892 | static _makeUniqueId() { |
| 16893 | if (this._uniqueId === undefined) this._uniqueId = 0 |
| 16894 | this._uniqueId++ |
no outgoing calls
no test coverage detected