* Is this value an object literal?
()
| 280 | * Is this value an object literal? |
| 281 | */ |
| 282 | isObject(): boolean { |
| 283 | return this.host.isObjectLiteral(this.expression); |
| 284 | } |
| 285 | |
| 286 | /** |
| 287 | * Parse this value into an `AstObject`, or error if it is not an object literal. |
no test coverage detected