github.com/neugram/ng@v0.0.0-20180309130942-d472ff93d872/eval/gowrap/wrapbuiltin/wrap_runtime.go (about)

     1  // Generated file, do not edit.
     2  
     3  package wrapbuiltin
     4  
     5  import (
     6  	"reflect"
     7  
     8  	"neugram.io/ng/eval/gowrap"
     9  
    10  	wrap_runtime "runtime"
    11  )
    12  
    13  var pkg_wrap_runtime = &gowrap.Pkg{
    14  	Exports: map[string]reflect.Value{
    15  
    16  		"BlockProfile":            reflect.ValueOf(wrap_runtime.BlockProfile),
    17  		"BlockProfileRecord":      reflect.ValueOf(reflect.TypeOf(wrap_runtime.BlockProfileRecord{})),
    18  		"Breakpoint":              reflect.ValueOf(wrap_runtime.Breakpoint),
    19  		"CPUProfile":              reflect.ValueOf(wrap_runtime.CPUProfile),
    20  		"Caller":                  reflect.ValueOf(wrap_runtime.Caller),
    21  		"Callers":                 reflect.ValueOf(wrap_runtime.Callers),
    22  		"CallersFrames":           reflect.ValueOf(wrap_runtime.CallersFrames),
    23  		"Compiler":                reflect.ValueOf(wrap_runtime.Compiler),
    24  		"Error":                   reflect.ValueOf(reflect.TypeOf((*wrap_runtime.Error)(nil)).Elem()),
    25  		"Frame":                   reflect.ValueOf(reflect.TypeOf(wrap_runtime.Frame{})),
    26  		"Frames":                  reflect.ValueOf(reflect.TypeOf(wrap_runtime.Frames{})),
    27  		"Func":                    reflect.ValueOf(reflect.TypeOf(wrap_runtime.Func{})),
    28  		"FuncForPC":               reflect.ValueOf(wrap_runtime.FuncForPC),
    29  		"GC":                      reflect.ValueOf(wrap_runtime.GC),
    30  		"GOARCH":                  reflect.ValueOf(wrap_runtime.GOARCH),
    31  		"GOMAXPROCS":              reflect.ValueOf(wrap_runtime.GOMAXPROCS),
    32  		"GOOS":                    reflect.ValueOf(wrap_runtime.GOOS),
    33  		"GOROOT":                  reflect.ValueOf(wrap_runtime.GOROOT),
    34  		"Goexit":                  reflect.ValueOf(wrap_runtime.Goexit),
    35  		"GoroutineProfile":        reflect.ValueOf(wrap_runtime.GoroutineProfile),
    36  		"Gosched":                 reflect.ValueOf(wrap_runtime.Gosched),
    37  		"KeepAlive":               reflect.ValueOf(wrap_runtime.KeepAlive),
    38  		"LockOSThread":            reflect.ValueOf(wrap_runtime.LockOSThread),
    39  		"MemProfile":              reflect.ValueOf(wrap_runtime.MemProfile),
    40  		"MemProfileRate":          reflect.ValueOf(&wrap_runtime.MemProfileRate).Elem(),
    41  		"MemProfileRecord":        reflect.ValueOf(reflect.TypeOf(wrap_runtime.MemProfileRecord{})),
    42  		"MemStats":                reflect.ValueOf(reflect.TypeOf(wrap_runtime.MemStats{})),
    43  		"MutexProfile":            reflect.ValueOf(wrap_runtime.MutexProfile),
    44  		"NumCPU":                  reflect.ValueOf(wrap_runtime.NumCPU),
    45  		"NumCgoCall":              reflect.ValueOf(wrap_runtime.NumCgoCall),
    46  		"NumGoroutine":            reflect.ValueOf(wrap_runtime.NumGoroutine),
    47  		"ReadMemStats":            reflect.ValueOf(wrap_runtime.ReadMemStats),
    48  		"ReadTrace":               reflect.ValueOf(wrap_runtime.ReadTrace),
    49  		"SetBlockProfileRate":     reflect.ValueOf(wrap_runtime.SetBlockProfileRate),
    50  		"SetCPUProfileRate":       reflect.ValueOf(wrap_runtime.SetCPUProfileRate),
    51  		"SetCgoTraceback":         reflect.ValueOf(wrap_runtime.SetCgoTraceback),
    52  		"SetFinalizer":            reflect.ValueOf(wrap_runtime.SetFinalizer),
    53  		"SetMutexProfileFraction": reflect.ValueOf(wrap_runtime.SetMutexProfileFraction),
    54  		"Stack":                   reflect.ValueOf(wrap_runtime.Stack),
    55  		"StackRecord":             reflect.ValueOf(reflect.TypeOf(wrap_runtime.StackRecord{})),
    56  		"StartTrace":              reflect.ValueOf(wrap_runtime.StartTrace),
    57  		"StopTrace":               reflect.ValueOf(wrap_runtime.StopTrace),
    58  		"ThreadCreateProfile":     reflect.ValueOf(wrap_runtime.ThreadCreateProfile),
    59  		"TypeAssertionError":      reflect.ValueOf(reflect.TypeOf(wrap_runtime.TypeAssertionError{})),
    60  		"UnlockOSThread":          reflect.ValueOf(wrap_runtime.UnlockOSThread),
    61  		"Version":                 reflect.ValueOf(wrap_runtime.Version),
    62  	},
    63  }
    64  
    65  func init() {
    66  	if gowrap.Pkgs["runtime"] == nil {
    67  		gowrap.Pkgs["runtime"] = pkg_wrap_runtime
    68  	}
    69  }