(functionName)
| 470 | } |
| 471 | |
| 472 | _isFunction(functionName) { |
| 473 | return Boolean(this.functionMap[functionName]); |
| 474 | } |
| 475 | |
| 476 | _getNativeFunction(functionName) { |
| 477 | for (let i = 0; i < this.nativeFunctions.length; i++) { |
no outgoing calls
no test coverage detected