Skip to main content

analyze_scope

Function analyze_scope 

Source
pub fn analyze_scope(
    body: &[Statement],
    initialized: &[String],
) -> ScopeBindings
Expand description

Analyze a statement list (one generated scope). initialized names — the parameters — hold values at entry, so any store into them needs a mutable rebinding.