* Is this value a function expression?
()
| 314 | * Is this value a function expression? |
| 315 | */ |
| 316 | isFunction(): boolean { |
| 317 | return this.host.isFunctionExpression(this.expression); |
| 318 | } |
| 319 | |
| 320 | /** |
| 321 | * Extract the return value as an `AstValue` from this value as a function expression, or error if |
no test coverage detected