[][src]Function boa::environment::lexical_environment::new_function_environment

pub fn new_function_environment(
    f: Value,
    new_target: Value,
    outer: Option<Environment>
) -> Environment