console

package
v0.0.0-...-a2b917b Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Console

type Console interface {
	Assert(args ...any)
	Clear()
	Count(args ...any)
	CountReset(args ...any)
	Debug(args ...any)
	Dir(args ...any)
	DirXML(args ...any)
	Error(args ...any)
	Group(args ...any)
	GroupCollapsed(args ...any)
	GroupEnd(args ...any)
	Info(args ...any)
	Log(args ...any)
	Table(args ...any)
	Time(args ...any)
	TimeEnd(args ...any)
	TimeLog(args ...any)
	Trace(args ...any)
	Warn(args ...any)
	Profile(args ...any)
	ProfileEnd(args ...any)
	TimeStamp(args ...any)
}

type ConsoleBase

type ConsoleBase struct {
	// contains filtered or unexported fields
}

func NewConsole

func NewConsole(in isolates.FunctionArgs) (*ConsoleBase, error)

func (*ConsoleBase) Assert

func (c *ConsoleBase) Assert(args ...any)

func (*ConsoleBase) Clear

func (c *ConsoleBase) Clear()

func (*ConsoleBase) Count

func (c *ConsoleBase) Count(args ...any)

func (*ConsoleBase) CountReset

func (c *ConsoleBase) CountReset(args ...any)

func (*ConsoleBase) Debug

func (c *ConsoleBase) Debug(args ...any)

func (*ConsoleBase) Dir

func (c *ConsoleBase) Dir(args ...any)

func (*ConsoleBase) DirXML

func (c *ConsoleBase) DirXML(args ...any)

func (*ConsoleBase) Error

func (c *ConsoleBase) Error(args ...any)

func (*ConsoleBase) Group

func (c *ConsoleBase) Group(args ...any)

func (*ConsoleBase) GroupCollapsed

func (c *ConsoleBase) GroupCollapsed(args ...any)

func (*ConsoleBase) GroupEnd

func (c *ConsoleBase) GroupEnd(args ...any)

func (*ConsoleBase) Info

func (c *ConsoleBase) Info(args ...any)

func (*ConsoleBase) Log

func (c *ConsoleBase) Log(args ...any)

func (*ConsoleBase) Profile

func (c *ConsoleBase) Profile(args ...any)

func (*ConsoleBase) ProfileEnd

func (c *ConsoleBase) ProfileEnd(args ...any)

func (*ConsoleBase) Table

func (c *ConsoleBase) Table(args ...any)

func (*ConsoleBase) Time

func (c *ConsoleBase) Time(args ...any)

func (*ConsoleBase) TimeEnd

func (c *ConsoleBase) TimeEnd(args ...any)

func (*ConsoleBase) TimeLog

func (c *ConsoleBase) TimeLog(args ...any)

func (*ConsoleBase) TimeStamp

func (c *ConsoleBase) TimeStamp(args ...any)

func (*ConsoleBase) Trace

func (c *ConsoleBase) Trace(args ...any)

func (*ConsoleBase) V8FuncAssert

func (c *ConsoleBase) V8FuncAssert(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncClear

func (c *ConsoleBase) V8FuncClear(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncCount

func (c *ConsoleBase) V8FuncCount(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncCountReset

func (c *ConsoleBase) V8FuncCountReset(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncDebug

func (c *ConsoleBase) V8FuncDebug(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncDir

func (c *ConsoleBase) V8FuncDir(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncDirXML

func (c *ConsoleBase) V8FuncDirXML(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncError

func (c *ConsoleBase) V8FuncError(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncGroup

func (c *ConsoleBase) V8FuncGroup(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncGroupCollapsed

func (c *ConsoleBase) V8FuncGroupCollapsed(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncGroupEnd

func (c *ConsoleBase) V8FuncGroupEnd(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncInfo

func (c *ConsoleBase) V8FuncInfo(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncLog

func (c *ConsoleBase) V8FuncLog(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncProfile

func (c *ConsoleBase) V8FuncProfile(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncProfileEnd

func (c *ConsoleBase) V8FuncProfileEnd(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncTable

func (c *ConsoleBase) V8FuncTable(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncTime

func (c *ConsoleBase) V8FuncTime(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncTimeEnd

func (c *ConsoleBase) V8FuncTimeEnd(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncTimeLog

func (c *ConsoleBase) V8FuncTimeLog(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncTimeStamp

func (c *ConsoleBase) V8FuncTimeStamp(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncTrace

func (c *ConsoleBase) V8FuncTrace(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) V8FuncWarn

func (c *ConsoleBase) V8FuncWarn(in isolates.FunctionArgs) (*isolates.Value, error)

func (*ConsoleBase) Warn

func (c *ConsoleBase) Warn(args ...any)

func (*ConsoleBase) Write

func (c *ConsoleBase) Write(writable *isolates.Value, msg string)

func (*ConsoleBase) WriteLine

func (c *ConsoleBase) WriteLine(writable *isolates.Value, msg string)

Jump to

Keyboard shortcuts

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