Documentation
¶
Index ¶
- func New(orb *orbit.Orbit) interface{}
- type Debuggable
- type Module
- func (this *Module) Debug(call otto.FunctionCall) otto.Value
- func (this *Module) Error(call otto.FunctionCall) otto.Value
- func (this *Module) Info(call otto.FunctionCall) otto.Value
- func (this *Module) Log(call otto.FunctionCall) otto.Value
- func (this *Module) Stop(call otto.FunctionCall) otto.Value
- func (this *Module) Time(call otto.FunctionCall) otto.Value
- func (this *Module) TimeEnd(call otto.FunctionCall) otto.Value
- func (this *Module) Trace(call otto.FunctionCall) otto.Value
- func (this *Module) Warn(call otto.FunctionCall) otto.Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Debuggable ¶
type Debuggable interface {
Debug() string
}
Click to show internal directories.
Click to hide internal directories.