Function eval

Source
pub fn eval(
    source: &Source,
    vm: &mut Machine<'_>,
    eval_config: &EvalConfig,
) -> Warned<SourceResult<Value>>