(nativeFunctions)
| 494 | } |
| 495 | |
| 496 | setNativeFunctions(nativeFunctions) { |
| 497 | this.nativeFunctions = nativeFunctions; |
| 498 | return this; |
| 499 | } |
| 500 | |
| 501 | /** |
| 502 | * @desc Adds additional functions, that the kernel may call. |
no outgoing calls
no test coverage detected