Allocate a new node in the arena, returning its index.
(&mut self, node: ExprMetaData)
| 95 | /// only the originally-applied source prefix from `entries`. |
| 96 | /// |
| 97 | /// `wrapper_meta` points at the ordinary Binder/CallSite metadata tree for |
| 98 | /// the synthesized wrapper. Kernel meta-ingress follows it so binder-type |
| 99 | /// references retain complete metadata; source decompile intentionally |
| 100 | /// discards that wrapper tree. |
| 101 | EtaCallSite { |
| 102 | n_synth: u64, |
| 103 | name: Address, |
| 104 | entries: Vec<CallSiteEntry>, |