(functionName)
| 481 | } |
| 482 | |
| 483 | _isNativeFunction(functionName) { |
| 484 | return Boolean(this._getNativeFunction(functionName)); |
| 485 | } |
| 486 | |
| 487 | _lookupNativeFunctionReturnType(functionName) { |
| 488 | let nativeFunction = this._getNativeFunction(functionName); |
no test coverage detected