(trees, maybe_unpack)
| 17393 | return values; |
| 17394 | } |
| 17395 | getValues(trees, maybe_unpack) { |
| 17396 | return this.getNamedValues(trees, maybe_unpack).map((value) => value.value(this.graph)); |
| 17397 | } |
| 17398 | emitExpr(tree, type_hint) { |
| 17399 | type_hint = type_hint || null; |
| 17400 | let out_val = this.emitSugaredExpr(tree, 1, type_hint).asValue(tree, this.method); |
no test coverage detected