(t, e, n)
| 31190 | ); |
| 31191 | } |
| 31192 | function pL(t, e, n) { |
| 31193 | const r = t.type; |
| 31194 | if (rO(e)) |
| 31195 | return _L(r) |
| 31196 | ? s("Expression references can not be signals.") |
| 31197 | : xL(r) |
| 31198 | ? n.fieldRef(e) |
| 31199 | : bL(r) |
| 31200 | ? n.compareRef(e) |
| 31201 | : n.signalRef(e.signal); |
| 31202 | { |
| 31203 | const i = t.expr || xL(r); |
| 31204 | return i && mL(e) |
| 31205 | ? n.exprRef(e.expr, e.as) |
| 31206 | : i && yL(e) |
| 31207 | ? JN(e.field, e.as) |
| 31208 | : _L(r) |
| 31209 | ? BB(e, n) |
| 31210 | : vL(r) |
| 31211 | ? XN(n.getData(e).values) |
| 31212 | : xL(r) |
| 31213 | ? JN(e) |
| 31214 | : bL(r) |
| 31215 | ? n.compareRef(e) |
| 31216 | : e; |
| 31217 | } |
| 31218 | } |
| 31219 | function gL(t, e, n) { |
| 31220 | const r = t.params.length; |
| 31221 | let i; |