| 692 | { m_nodes[idx].SetVar(var_id, global, type); } |
| 693 | |
| 694 | inline bool IsLastNamed() const { return m_last_named; } |
| 695 | inline bool IsLastWild() const { return m_last_wild; } |
| 696 | |
| 697 | inline void SetLastNamed() { m_last_wild = true; m_last_named = true; } |
no outgoing calls
no test coverage detected