Skip to main content

outline_functions

Function outline_functions 

Source
pub fn outline_functions(
    func: &mut HirFunction,
    env: &mut Environment,
    fbt_operands: &HashSet<IdentifierId>,
)
Expand description

Outline anonymous function expressions that have no captured context variables.

Ported from TS outlineFunctions in Optimization/OutlineFunctions.ts.