Function bytecode_interpreter::interpret_with_options
source · pub fn interpret_with_options(
options: InterpreterOptions,
env: &GlobalEnv
) -> (VMResult<Vec<Vec<u8>>>, ChangeSet, GlobalState)
pub fn interpret_with_options(
options: InterpreterOptions,
env: &GlobalEnv
) -> (VMResult<Vec<Vec<u8>>>, ChangeSet, GlobalState)