Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReplContext ¶
type ReplContext struct {
// contains filtered or unexported fields
}
func NewReplContext ¶
func NewReplContext(env *core.Env) *ReplContext
func (*ReplContext) PushException ¶
func (ctx *ReplContext) PushException(exc any)
func (*ReplContext) PushValue ¶
func (ctx *ReplContext) PushValue(obj any)
Click to show internal directories.
Click to hide internal directories.