(type, root = null)
| 1237 | // Kernel delegation methods |
| 1238 | // =========================== |
| 1239 | parseElement(type, root = null) { |
| 1240 | return this.#kernel.parseElement(type, this, root); |
| 1241 | } |
| 1242 | requireElement(type, message, root) { |
| 1243 | return this.#kernel.requireElement(type, this, message, root); |
| 1244 | } |
nothing calls this directly
no test coverage detected