Skip to main content

create_gc_context

Function create_gc_context 

Source
pub fn create_gc_context(
    stack: &Vec<Value>,
    vars: &Vec<Value>,
    thread_roots: Vec<Value>,
) -> Result<InterpretContext, String>