trace

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2024 License: MIT Imports: 13 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetMarshalStack added in v1.0.2

func SetMarshalStack(fn func(stack *Stack) ([]byte, error))

func Use

func Use()

Types

type Root

type Root struct {
	// current executed function
	Top      *Stack
	Children []*Stack
}

type Stack

type Stack struct {
	FuncInfo *core.FuncInfo

	Args    core.Object
	Results core.Object
	// Recv     interface{}
	// Args     []interface{}
	// Results  []interface{}
	Children []*Stack
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL