Documentation
¶
Index ¶
- func CopyBytesToGo(dst []byte, src Value) int
- type Func
- type Value
- func (v Value) Bool() bool
- func (v Value) Call(m string, args ...any) Value
- func (v Value) Get(p string) Value
- func (v Value) InstanceOf(t Value) bool
- func (v Value) Int() int
- func (v Value) IsNull() bool
- func (v Value) IsUndefined() bool
- func (v Value) New(args ...any) Value
- func (v Value) Set(p string, x any)
- func (v Value) String() string
- func (v Value) Truthy() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyBytesToGo ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.