slosh_lib::compile::compile_fn

Function mk_state

Source
pub fn mk_state(
    env: &mut GVm<CompileEnvironment>,
    state: &mut CompileState,
    args: Value,
) -> Result<(CompileState, Vec<Value>, Vec<DestructType>), VMError>