initSidebarItems({"enum":[["ExecError","Represents an error generated while executing bytecode."]],"fn":[["call_function","Calls a function or lambda in the given scope with the given arguments."],["execute","Executes a code object and returns the value."],["execute_function","Executes a `Function` in the given scope and returns the value."],["execute_lambda","Executes a `Lambda` in the given scope and returns the value."],["panic","Returns a `Panic` error with the given value."],["panic_none","Returns a `Panic` error with no value."]],"struct":[["Context","Represents an execution context"]]});