slosh_lib::compile

Function mkconst

Source
pub fn mkconst(
    env: &mut GVm<CompileEnvironment>,
    state: &mut CompileState,
    exp: Value,
    result: usize,
) -> Result<(), VMError>