1 2 3 4 5
package executor import "jinx/pkg/lang/vm/value" type NativeFunc func(executor Exectutor, args []value.Value) (value.Value, error)