* * @param type * @param dynamic * @param precision * @param value * @returns {KernelValue}
(type, dynamic, precision, value)
| 107 | * @returns {KernelValue} |
| 108 | */ |
| 109 | static lookupKernelValueType(type, dynamic, precision, value) { |
| 110 | return lookupKernelValueType(type, dynamic, precision, value); |
| 111 | } |
| 112 | |
| 113 | static get testCanvas() { |
| 114 | return testCanvas; |
no test coverage detected