Searched defs:local_to_binding (Results 1 – 1 of 1) sorted by relevance
89 local_to_binding: ArenaMap<LocalId, BindingId>, field170 let local_to_binding = body.binding_locals.iter().map(|(x, y)| (*y, x)).collect(); in new() localVariable