* @type {IKernelFeatures} * Used internally to populate the kernel.feature, which is a getter for the output of this value
()
| 22 | * Used internally to populate the kernel.feature, which is a getter for the output of this value |
| 23 | */ |
| 24 | static getFeatures() { |
| 25 | throw new Error(`"getFeatures" not implemented on ${ this.name }`); |
| 26 | } |
| 27 | |
| 28 | static destroyContext(context) { |
| 29 | throw new Error(`"destroyContext" called on ${ this.name }`); |